#99D306

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

Shades of Inch Worm #99D306

Tints of Inch Worm #99D306

Color information

#99D306 (or 0x99D306) is unknown color: approx Inch Worm. HEX triplet: 99, D3 and 06. RGB value is (153,211,6). Sum of RGB (Red+Green+Blue) = 153+211+6=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #99D306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D306 is #662CF9. Grayscale: #ABABAB. Windows color (decimal): -6696186 or 447385. OLE color: 447385.

HSL color Cylindrical-coordinate representation of color #99D306: hue angle of 76.98º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99D306 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB1532116-
CMYK0.2700.970.17
HSL76.98º94.47%42.55%-
HSV(B)76.98º97.16%82.75%-
XYZ36.4653.378.55-
YUV170.2935.28115.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 211 (82.81% from 255) = 57.03%
BLUE value IS 6 (2.73% from 255) = 1.62%
R=41.35%
G=57.03%
B=1.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15321160.2700.970.1776.9894.4742.55
Hex99D361B061114d5e2b
Octal23132363301412111513653
Binary100110011101001111011011011000011000110011011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,211,6); }

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

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

 a { background-color: rgb(153,211,6); }

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

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

 span { border-color: rgb(153,211,6); }

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