#35AA02

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

Shades of Kelly Green #35AA02

Tints of Kelly Green #35AA02

Color information

#35AA02 (or 0x35AA02) is unknown color: approx Kelly Green. HEX triplet: 35, AA and 02. RGB value is (53,170,2). Sum of RGB (Red+Green+Blue) = 53+170+2=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AA02 is #CA55FD. Grayscale: #747474. Windows color (decimal): -13260286 or 174645. OLE color: 174645.

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

Color convert

RGB531702-
CMYK0.6900.990.33
HSL101.79º97.67%33.73%-
HSV(B)101.79º98.82%66.67%-
XYZ15.8529.514.92-
YUV115.8663.7483.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 170 (66.80% from 255) = 75.56%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=23.56%
G=75.56%
B=0.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5317020.6900.990.33101.7997.6733.73
Hex35AA24506321666222
Octal65252210501434114614242
Binary110101101010101010001010110001110000111001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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