#35A212

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

Shades of Kelly Green #35A212

Tints of Kelly Green #35A212

Color information

#35A212 (or 0x35A212) is unknown color: approx Kelly Green. HEX triplet: 35, A2 and 12. RGB value is (53,162,18). Sum of RGB (Red+Green+Blue) = 53+162+18=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #35A212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A212 is #CA5DED. Grayscale: #717171. Windows color (decimal): -13262318 or 1221173. OLE color: 1221173.

HSL color Cylindrical-coordinate representation of color #35A212: hue angle of 105.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35A212 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB5316218-
CMYK0.6700.890.36
HSL105.42º80%35.29%-
HSV(B)105.42º88.89%63.53%-
XYZ14.526.644.95-
YUV112.9974.3985.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 162 (63.67% from 255) = 69.53%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=22.75%
G=69.53%
B=7.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162180.6700.890.36105.428035.29
Hex35A2124305924695023
Octal652422210301314415112043
Binary110101101000101001010000110101100110010011010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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