#34AD12

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

Shades of Kelly Green #34AD12

Tints of Kelly Green #34AD12

Color information

#34AD12 (or 0x34AD12) is unknown color: approx Kelly Green. HEX triplet: 34, AD and 12. RGB value is (52,173,18). Sum of RGB (Red+Green+Blue) = 52+173+18=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AD12 is #CB52ED. Grayscale: #777777. Windows color (decimal): -13325038 or 1223988. OLE color: 1223988.

HSL color Cylindrical-coordinate representation of color #34AD12: hue angle of 106.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34AD12 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB5217318-
CMYK0.7000.900.32
HSL106.84º81.15%37.45%-
HSV(B)106.84º89.6%67.84%-
XYZ16.4730.665.62-
YUV119.1570.9180.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 173 (67.97% from 255) = 71.19%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=21.40%
G=71.19%
B=7.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52173180.7000.900.32106.8481.1537.45
Hex34AD124605A206b5125
Octal642552210601324015312145
Binary110100101011011001010001100101101010000011010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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