#35AF16

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

Shades of Kelly Green #35AF16

Tints of Kelly Green #35AF16

Color information

#35AF16 (or 0x35AF16) is unknown color: approx Kelly Green. HEX triplet: 35, AF and 16. RGB value is (53,175,22). Sum of RGB (Red+Green+Blue) = 53+175+22=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AF16 is #CA50E9. Grayscale: #797979. Windows color (decimal): -13258986 or 1486645. OLE color: 1486645.

HSL color Cylindrical-coordinate representation of color #35AF16: hue angle of 107.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35AF16 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB5317522-
CMYK0.7000.870.31
HSL107.84º77.66%38.63%-
HSV(B)107.84º87.43%68.63%-
XYZ16.9431.475.94-
YUV121.0872.0879.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 175 (68.75% from 255) = 70%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=21.2%
G=70%
B=8.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175220.7000.870.31107.8477.6638.63
Hex35AF16460571F6c4e27
Octal652572610601273715411647
Binary11010110101111101101000110010101111111111011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,22); }

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

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

 a { background-color: rgb(53,175,22); }

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

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

 span { border-color: rgb(53,175,22); }

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