#35AF10

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

Shades of Kelly Green #35AF10

Tints of Kelly Green #35AF10

Color information

#35AF10 (or 0x35AF10) is unknown color: approx Kelly Green. HEX triplet: 35, AF and 10. RGB value is (53,175,16). Sum of RGB (Red+Green+Blue) = 53+175+16=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AF10 is #CA50EF. Grayscale: #787878. Windows color (decimal): -13258992 or 1093429. OLE color: 1093429.

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

Color convert

RGB5317516-
CMYK0.7000.910.31
HSL106.04º83.25%37.45%-
HSV(B)106.04º90.86%68.63%-
XYZ16.8931.455.67-
YUV120.469.0879.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 175 (68.75% from 255) = 71.72%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=21.72%
G=71.72%
B=6.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175160.7000.910.31106.0483.2537.45
Hex35AF104605B1F6a5325
Octal652572010601333715212345
Binary11010110101111100001000110010110111111111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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