#9FD35C

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

Shades of Conifer #9FD35C

Tints of Conifer #9FD35C

Color information

#9FD35C (or 0x9FD35C) is unknown color: approx Conifer. HEX triplet: 9F, D3 and 5C. RGB value is (159,211,92). Sum of RGB (Red+Green+Blue) = 159+211+92=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD35C is #602CA3. Grayscale: #B6B6B6. Windows color (decimal): -6302884 or 6083487. OLE color: 6083487.

HSL color Cylindrical-coordinate representation of color #9FD35C: hue angle of 86.22º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FD35C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB15921192-
CMYK0.2500.560.17
HSL86.22º57.49%59.41%-
HSV(B)86.22º56.4%82.75%-
XYZ39.5254.7318.61-
YUV181.8977.27111.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=34.42%
G=45.67%
B=19.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal159211920.2500.560.1786.2257.4959.41
Hex9FD35C190381156393b
Octal23732313431070211267173
Binary10011111110100111011100110010111000100011010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,211,92); }

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

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

 a { background-color: rgb(159,211,92); }

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

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

 span { border-color: rgb(159,211,92); }

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