#35AA06

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

Shades of Kelly Green #35AA06

Tints of Kelly Green #35AA06

Color information

#35AA06 (or 0x35AA06) is unknown color: approx Kelly Green. HEX triplet: 35, AA and 06. RGB value is (53,170,6). Sum of RGB (Red+Green+Blue) = 53+170+6=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AA06 is #CA55F9. Grayscale: #747474. Windows color (decimal): -13260282 or 436789. OLE color: 436789.

HSL color Cylindrical-coordinate representation of color #35AA06: hue angle of 102.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35AA06 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB531706-
CMYK0.6900.960.33
HSL102.8º93.18%34.51%-
HSV(B)102.8º96.47%66.67%-
XYZ15.8829.525.03-
YUV116.3265.7482.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=23.14%
G=74.24%
B=2.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5317060.6900.960.33102.893.1834.51
Hex35AA64506021675d23
Octal65252610501404114713543
Binary1101011010101011010001010110000010000111001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AA06; }

 p { color: rgb(53,170,6); }

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

<style>
 a { background-color: #35AA06; }

 a { background-color: rgb(53,170,6); }

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

<style>
 span { border-color: #35AA06; }

 span { border-color: rgb(53,170,6); }

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