#34A912

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

Shades of Kelly Green #34A912

Tints of Kelly Green #34A912

Color information

#34A912 (or 0x34A912) is unknown color: approx Kelly Green. HEX triplet: 34, A9 and 12. RGB value is (52,169,18). Sum of RGB (Red+Green+Blue) = 52+169+18=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 169 (66.41% from 255 or 70.71% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 169 - color contains mainly: green. Hex color #34A912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A912 is #CB56ED. Grayscale: #757575. Windows color (decimal): -13326062 or 1222964. OLE color: 1222964.

HSL color Cylindrical-coordinate representation of color #34A912: hue angle of 106.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34A912 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB5216918-
CMYK0.6900.890.34
HSL106.49º80.75%36.67%-
HSV(B)106.49º89.35%66.27%-
XYZ15.7129.155.37-
YUV116.872.2481.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 169 (66.41% from 255) = 70.71%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=21.76%
G=70.71%
B=7.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52169180.6900.890.34106.4980.7536.67
Hex34A91245059226a5125
Octal642512210501314215212145
Binary110100101010011001010001010101100110001011010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,169,18); }

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

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

 a { background-color: rgb(52,169,18); }

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

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

 span { border-color: rgb(52,169,18); }

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