#9CF25F

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

Shades of Conifer #9CF25F

Tints of Conifer #9CF25F

Color information

#9CF25F (or 0x9CF25F) is unknown color: approx Conifer. HEX triplet: 9C, F2 and 5F. RGB value is (156,242,95). Sum of RGB (Red+Green+Blue) = 156+242+95=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF25F is #630DA0. Grayscale: #C8C8C8. Windows color (decimal): -6491553 or 6288028. OLE color: 6288028.

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

Color convert

RGB15624295-
CMYK0.3600.610.05
HSL95.1º84.97%66.08%-
HSV(B)95.1º60.74%94.9%-
XYZ47.5371.422.1-
YUV199.5369.0196.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 242 (94.92% from 255) = 49.09%
BLUE value IS 95 (37.5% from 255) = 19.27%
R=31.64%
G=49.09%
B=19.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156242950.3600.610.0595.184.9766.08
Hex9CF25F2403D55f5542
Octal234362137440755137125102
Binary100111001111001010111111001000111101101101111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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