#9FCD57

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

Shades of Conifer #9FCD57

Tints of Conifer #9FCD57

Color information

#9FCD57 (or 0x9FCD57) is unknown color: approx Conifer. HEX triplet: 9F, CD and 57. RGB value is (159,205,87). Sum of RGB (Red+Green+Blue) = 159+205+87=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD57 is #6032A8. Grayscale: #B2B2B2. Windows color (decimal): -6304425 or 5754271. OLE color: 5754271.

HSL color Cylindrical-coordinate representation of color #9FCD57: hue angle of 83.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FCD57 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB15920587-
CMYK0.2200.580.20
HSL83.39º54.13%57.25%-
HSV(B)83.39º57.56%80.39%-
XYZ37.8551.7217.01-
YUV177.7976.76114.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=35.25%
G=45.45%
B=19.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159205870.2200.580.2083.3954.1357.25
Hex9FCD571603A14533639
Octal23731512726072241236671
Binary10011111110011011010111101100111010101001010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,87); }

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

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

 a { background-color: rgb(159,205,87); }

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

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

 span { border-color: rgb(159,205,87); }

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