#9CF149

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

Shades of Conifer #9CF149

Tints of Conifer #9CF149

Color information

#9CF149 (or 0x9CF149) is unknown color: approx Conifer. HEX triplet: 9C, F1 and 49. RGB value is (156,241,73). Sum of RGB (Red+Green+Blue) = 156+241+73=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CF149 is #630EB6. Grayscale: #C5C5C5. Windows color (decimal): -6491831 or 4845980. OLE color: 4845980.

HSL color Cylindrical-coordinate representation of color #9CF149: hue angle of 90.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CF149 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB15624173-
CMYK0.3500.700.05
HSL90.36º85.71%61.57%-
HSV(B)90.36º69.71%94.51%-
XYZ46.3770.4617.46-
YUV196.4358.3499.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 241 (94.53% from 255) = 51.28%
BLUE value IS 73 (28.91% from 255) = 15.53%
R=33.19%
G=51.28%
B=15.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156241730.3500.700.0590.3685.7161.57
Hex9CF1492304655a563e
Octal234361111430106513212676
Binary100111001111000110010011000110100011010110110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CF149; }

 p { color: rgb(156,241,73); }

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

<style>
 a { background-color: #9CF149; }

 a { background-color: rgb(156,241,73); }

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

<style>
 span { border-color: #9CF149; }

 span { border-color: rgb(156,241,73); }

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