#9CF25C

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

Shades of Conifer #9CF25C

Tints of Conifer #9CF25C

Color information

#9CF25C (or 0x9CF25C) is unknown color: approx Conifer. HEX triplet: 9C, F2 and 5C. RGB value is (156,242,92). Sum of RGB (Red+Green+Blue) = 156+242+92=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF25C is #630DA3. Grayscale: #C7C7C7. Windows color (decimal): -6491556 or 6091420. OLE color: 6091420.

HSL color Cylindrical-coordinate representation of color #9CF25C: hue angle of 94.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CF25C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB15624292-
CMYK0.3600.620.05
HSL94.4º85.23%65.49%-
HSV(B)94.4º61.98%94.9%-
XYZ47.3971.3421.4-
YUV199.1967.5197.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=31.84%
G=49.39%
B=18.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156242920.3600.620.0594.485.2365.49
Hex9CF25C2403E55e5541
Octal234362134440765136125101
Binary100111001111001010111001001000111110101101111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,242,92); }

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

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

 a { background-color: rgb(156,242,92); }

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

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

 span { border-color: rgb(156,242,92); }

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