#34AA1C

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

Shades of Kelly Green #34AA1C

Tints of Kelly Green #34AA1C

Color information

#34AA1C (or 0x34AA1C) is unknown color: approx Kelly Green. HEX triplet: 34, AA and 1C. RGB value is (52,170,28). Sum of RGB (Red+Green+Blue) = 52+170+28=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA1C is #CB55E3. Grayscale: #767676. Windows color (decimal): -13325796 or 1878580. OLE color: 1878580.

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

Color convert

RGB5217028-
CMYK0.6900.840.33
HSL109.86º71.72%38.82%-
HSV(B)109.86º83.53%66.67%-
XYZ1629.565.96-
YUV118.5376.9180.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 170 (66.80% from 255) = 68%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=20.8%
G=68%
B=11.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170280.6900.840.33109.8671.7238.82
Hex34AA1C45054216e4827
Octal642523410501244115611047
Binary110100101010101110010001010101010010000111011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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