#9FCA5A

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

Shades of Conifer #9FCA5A

Tints of Conifer #9FCA5A

Color information

#9FCA5A (or 0x9FCA5A) is unknown color: approx Conifer. HEX triplet: 9F, CA and 5A. RGB value is (159,202,90). Sum of RGB (Red+Green+Blue) = 159+202+90=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA5A is #6035A5. Grayscale: #B0B0B0. Windows color (decimal): -6305190 or 5950111. OLE color: 5950111.

HSL color Cylindrical-coordinate representation of color #9FCA5A: hue angle of 83.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCA5A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB15920290-
CMYK0.2100.550.21
HSL83.04º51.38%57.25%-
HSV(B)83.04º55.45%79.22%-
XYZ37.2650.3517.43-
YUV176.3879.25115.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=35.25%
G=44.79%
B=19.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202900.2100.550.2183.0451.3857.25
Hex9FCA5A1503715533339
Octal23731213225067251236371
Binary10011111110010101011010101010110111101011010011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,90); }

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

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

 a { background-color: rgb(159,202,90); }

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

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

 span { border-color: rgb(159,202,90); }

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