#99CF5A

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

Shades of Conifer #99CF5A

Tints of Conifer #99CF5A

Color information

#99CF5A (or 0x99CF5A) is unknown color: approx Conifer. HEX triplet: 99, CF and 5A. RGB value is (153,207,90). Sum of RGB (Red+Green+Blue) = 153+207+90=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF5A is #6630A5. Grayscale: #B1B1B1. Windows color (decimal): -6697126 or 5951385. OLE color: 5951385.

HSL color Cylindrical-coordinate representation of color #99CF5A: hue angle of 87.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99CF5A is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB15320790-
CMYK0.2600.570.19
HSL87.69º54.93%58.24%-
HSV(B)87.69º56.52%81.18%-
XYZ37.352.1417.77-
YUV177.5278.61110.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 90 (35.55% from 255) = 20%
R=34%
G=46%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153207900.2600.570.1987.6954.9358.24
Hex99CF5A1A0391358373a
Octal23131713232071231306772
Binary10011001110011111011010110100111001100111011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CF5A; }

 p { color: rgb(153,207,90); }

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

<style>
 a { background-color: #99CF5A; }

 a { background-color: rgb(153,207,90); }

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

<style>
 span { border-color: #99CF5A; }

 span { border-color: rgb(153,207,90); }

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