#35AE06

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

Shades of Kelly Green #35AE06

Tints of Kelly Green #35AE06

Color information

#35AE06 (or 0x35AE06) is unknown color: approx Kelly Green. HEX triplet: 35, AE and 06. RGB value is (53,174,6). Sum of RGB (Red+Green+Blue) = 53+174+6=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AE06 is #CA51F9. Grayscale: #777777. Windows color (decimal): -13259258 or 437813. OLE color: 437813.

HSL color Cylindrical-coordinate representation of color #35AE06: hue angle of 103.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35AE06 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB531746-
CMYK0.7000.970.32
HSL103.21º93.33%35.29%-
HSV(B)103.21º96.55%68.24%-
XYZ16.6431.045.29-
YUV118.6764.4181.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 174 (68.36% from 255) = 74.68%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=22.75%
G=74.68%
B=2.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5317460.7000.970.32103.2193.3335.29
Hex35AE64606120675d23
Octal65256610601414014713543
Binary1101011010111011010001100110000110000011001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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