#35AE12

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

Shades of Kelly Green #35AE12

Tints of Kelly Green #35AE12

Color information

#35AE12 (or 0x35AE12) is unknown color: approx Kelly Green. HEX triplet: 35, AE and 12. RGB value is (53,174,18). Sum of RGB (Red+Green+Blue) = 53+174+18=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AE12 is #CA51ED. Grayscale: #787878. Windows color (decimal): -13259246 or 1224245. OLE color: 1224245.

HSL color Cylindrical-coordinate representation of color #35AE12: hue angle of 106.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35AE12 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB5317418-
CMYK0.7000.900.32
HSL106.54º81.25%37.65%-
HSV(B)106.54º89.66%68.24%-
XYZ16.7131.075.69-
YUV120.0470.4180.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=21.63%
G=71.02%
B=7.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174180.7000.900.32106.5481.2537.65
Hex35AE124605A206b5126
Octal652562210601324015312146
Binary110101101011101001010001100101101010000011010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,18); }

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

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

 a { background-color: rgb(53,174,18); }

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

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

 span { border-color: rgb(53,174,18); }

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