#35AA1C

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

Shades of Kelly Green #35AA1C

Tints of Kelly Green #35AA1C

Color information

#35AA1C (or 0x35AA1C) is unknown color: approx Kelly Green. HEX triplet: 35, AA and 1C. RGB value is (53,170,28). Sum of RGB (Red+Green+Blue) = 53+170+28=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AA1C is #CA55E3. Grayscale: #777777. Windows color (decimal): -13260260 or 1878581. OLE color: 1878581.

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

Color convert

RGB5317028-
CMYK0.6900.840.33
HSL109.44º71.72%38.82%-
HSV(B)109.44º83.53%66.67%-
XYZ16.0529.595.96-
YUV118.8376.7481.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 170 (66.80% from 255) = 67.73%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=21.12%
G=67.73%
B=11.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170280.6900.840.33109.4471.7238.82
Hex35AA1C45054216d4827
Octal652523410501244115511047
Binary110101101010101110010001010101010010000111011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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