#9CF25D

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

Shades of Conifer #9CF25D

Tints of Conifer #9CF25D

Color information

#9CF25D (or 0x9CF25D) is unknown color: approx Conifer. HEX triplet: 9C, F2 and 5D. RGB value is (156,242,93). Sum of RGB (Red+Green+Blue) = 156+242+93=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF25D is #630DA2. Grayscale: #C7C7C7. Windows color (decimal): -6491555 or 6156956. OLE color: 6156956.

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

Color convert

RGB15624293-
CMYK0.3600.620.05
HSL94.63º85.14%65.69%-
HSV(B)94.63º61.57%94.9%-
XYZ47.4471.3621.63-
YUV199.368.0197.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=31.77%
G=49.29%
B=18.94%

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
Decimal156242930.3600.620.0594.6385.1465.69
Hex9CF25D2403E55f5542
Octal234362135440765137125102
Binary100111001111001010111011001000111110101101111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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