#94F14B

Color #94F14B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #94F14B

Tints of Conifer #94F14B

Color information

#94F14B (or 0x94F14B) is unknown color: approx Conifer. HEX triplet: 94, F1 and 4B. RGB value is (148,241,75). Sum of RGB (Red+Green+Blue) = 148+241+75=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #94F14B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F14B is #6B0EB4. Grayscale: #C2C2C2. Windows color (decimal): -7016117 or 4977044. OLE color: 4977044.

HSL color Cylindrical-coordinate representation of color #94F14B: hue angle of 93.61º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94F14B is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB14824175-
CMYK0.3900.690.05
HSL93.61º85.57%61.96%-
HSV(B)93.61º68.88%94.51%-
XYZ44.9469.7117.74-
YUV194.2760.6995-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 241 (94.53% from 255) = 51.94%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=31.90%
G=51.94%
B=16.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148241750.3900.690.0593.6185.5761.96
Hex94F14B2704555e563e
Octal224361113470105513612676
Binary100101001111000110010111001110100010110110111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F14B; }

 p { color: rgb(148,241,75); }

 H1.HeaderClassName
 {
   color: #94F14B;
 }
 .AnyTagClassName
 {
   color: #94F14B;
 }
</style>
background-color css

<style>
 a { background-color: #94F14B; }

 a { background-color: rgb(148,241,75); }

 div.DivClassName
 {
   background-color: #94F14B;
 }
 .BgClassName
 {
   background-color: #94F14B;
 }
</style>
border-color css

<style>
 span { border-color: #94F14B; }

 span { border-color: rgb(148,241,75); }

 td.TdClassName
 {
   border-color: #94F14B;
 }
 .TagClassName
 {
   border-color: #94F14B;
 }
</style>