#33A008

Color #33A008 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #33A008

Tints of Kelly Green #33A008

Color information

#33A008 (or 0x33A008) is unknown color: approx Kelly Green. HEX triplet: 33, A0 and 08. RGB value is (51,160,8). Sum of RGB (Red+Green+Blue) = 51+160+8=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #33A008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33A008 is #CC5FF7. Grayscale: #6E6E6E. Windows color (decimal): -13393912 or 565299. OLE color: 565299.

HSL color Cylindrical-coordinate representation of color #33A008: hue angle of 103.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33A008 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB511608-
CMYK0.6800.950.37
HSL103.03º90.48%32.94%-
HSV(B)103.03º95%62.75%-
XYZ13.9825.864.48-
YUV110.0870.3985.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 160 (62.89% from 255) = 73.06%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=23.29%
G=73.06%
B=3.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5116080.6800.950.37103.0390.4832.94
Hex33A084405F25675a21
Octal632401010401374514713241
Binary11001110100000100010001000101111110010111001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A008; }

 p { color: rgb(51,160,8); }

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

<style>
 a { background-color: #33A008; }

 a { background-color: rgb(51,160,8); }

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

<style>
 span { border-color: #33A008; }

 span { border-color: rgb(51,160,8); }

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