#99dc60

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

Shades of Conifer #99DC60

Tints of Conifer #99DC60

Color information

#99DC60 (or 0x99DC60) is unknown color: approx Conifer. HEX triplet: 99, DC and 60. RGB value is (153,220,96). Sum of RGB (Red+Green+Blue) = 153+220+96=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC60 is #66239F. Grayscale: #BABABA. Windows color (decimal): -6693792 or 6347929. OLE color: 6347929.

HSL color Cylindrical-coordinate representation of color #99DC60: hue angle of 92.42º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99DC60 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB15322096-
CMYK0.3000.560.14
HSL92.42º63.92%61.96%-
HSV(B)92.42º56.36%86.27%-
XYZ40.8458.820.26-
YUV185.8377.3104.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=32.62%
G=46.91%
B=20.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153220960.3000.560.1492.4263.9261.96
Hex99DC601E038E5c403e
Octal231334140360701613410076
Binary10011001110111001100000111100111000111010111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99dc60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,96); }

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

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

 a { background-color: rgb(153,220,96); }

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

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

 span { border-color: rgb(153,220,96); }

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