#9CF65D

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

Shades of Conifer #9CF65D

Tints of Conifer #9CF65D

Color information

#9CF65D (or 0x9CF65D) is unknown color: approx Conifer. HEX triplet: 9C, F6 and 5D. RGB value is (156,246,93). Sum of RGB (Red+Green+Blue) = 156+246+93=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF65D is #6309A2. Grayscale: #CACACA. Windows color (decimal): -6490531 or 6157980. OLE color: 6157980.

HSL color Cylindrical-coordinate representation of color #9CF65D: hue angle of 95.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CF65D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB15624693-
CMYK0.3700.620.04
HSL95.29º89.47%66.47%-
HSV(B)95.29º62.2%96.47%-
XYZ48.6473.7722.03-
YUV201.6566.6895.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=31.52%
G=49.70%
B=18.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156246930.3700.620.0495.2989.4766.47
Hex9CF65D2503E45f5942
Octal234366135450764137131102
Binary100111001111011010111011001010111110100101111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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