#35AF0A

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

Shades of Kelly Green #35AF0A

Tints of Kelly Green #35AF0A

Color information

#35AF0A (or 0x35AF0A) is unknown color: approx Kelly Green. HEX triplet: 35, AF and 0A. RGB value is (53,175,10). Sum of RGB (Red+Green+Blue) = 53+175+10=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AF0A is #CA50F5. Grayscale: #787878. Windows color (decimal): -13258998 or 700213. OLE color: 700213.

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

Color convert

RGB5317510-
CMYK0.7000.940.31
HSL104.36º89.19%36.27%-
HSV(B)104.36º94.29%68.63%-
XYZ16.8531.445.47-
YUV119.7166.0880.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 175 (68.75% from 255) = 73.53%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=22.27%
G=73.53%
B=4.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175100.7000.940.31104.3689.1936.27
Hex35AFA4605E1F685924
Octal652571210601363715013144
Binary1101011010111110101000110010111101111111010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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