#34AA0C

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

Shades of Kelly Green #34AA0C

Tints of Kelly Green #34AA0C

Color information

#34AA0C (or 0x34AA0C) is unknown color: approx Kelly Green. HEX triplet: 34, AA and 0C. RGB value is (52,170,12). Sum of RGB (Red+Green+Blue) = 52+170+12=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA0C is #CB55F3. Grayscale: #757575. Windows color (decimal): -13325812 or 830004. OLE color: 830004.

HSL color Cylindrical-coordinate representation of color #34AA0C: hue angle of 104.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34AA0C is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB5217012-
CMYK0.6900.930.33
HSL104.81º86.81%35.69%-
HSV(B)104.81º92.94%66.67%-
XYZ15.8629.515.21-
YUV116.7168.9181.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 170 (66.80% from 255) = 72.65%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=22.22%
G=72.65%
B=5.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170120.6900.930.33104.8186.8135.69
Hex34AAC4505D21695724
Octal642521410501354115112744
Binary11010010101010110010001010101110110000111010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AA0C; }

 p { color: rgb(52,170,12); }

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

<style>
 a { background-color: #34AA0C; }

 a { background-color: rgb(52,170,12); }

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

<style>
 span { border-color: #34AA0C; }

 span { border-color: rgb(52,170,12); }

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