#34AA14

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

Shades of Kelly Green #34AA14

Tints of Kelly Green #34AA14

Color information

#34AA14 (or 0x34AA14) is unknown color: approx Kelly Green. HEX triplet: 34, AA and 14. RGB value is (52,170,20). Sum of RGB (Red+Green+Blue) = 52+170+20=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA14 is #CB55EB. Grayscale: #767676. Windows color (decimal): -13325804 or 1354292. OLE color: 1354292.

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

Color convert

RGB5217020-
CMYK0.6900.880.33
HSL107.2º78.95%37.25%-
HSV(B)107.2º88.24%66.67%-
XYZ15.9229.535.52-
YUV117.6272.9181.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 170 (66.80% from 255) = 70.25%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=21.49%
G=70.25%
B=8.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170200.6900.880.33107.278.9537.25
Hex34AA1445058216b4f25
Octal642522410501304115311745
Binary110100101010101010010001010101100010000111010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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