#35AA18

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

Shades of Kelly Green #35AA18

Tints of Kelly Green #35AA18

Color information

#35AA18 (or 0x35AA18) is unknown color: approx Kelly Green. HEX triplet: 35, AA and 18. RGB value is (53,170,24). Sum of RGB (Red+Green+Blue) = 53+170+24=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AA18 is #CA55E7. Grayscale: #767676. Windows color (decimal): -13260264 or 1616437. OLE color: 1616437.

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

Color convert

RGB5317024-
CMYK0.6900.860.33
HSL108.08º75.26%38.04%-
HSV(B)108.08º85.88%66.67%-
XYZ16.0129.575.73-
YUV118.3774.7481.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=21.46%
G=68.83%
B=9.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170240.6900.860.33108.0875.2638.04
Hex35AA1845056216c4b26
Octal652523010501264115411346
Binary110101101010101100010001010101011010000111011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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