#34AC1C

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

Shades of Kelly Green #34AC1C

Tints of Kelly Green #34AC1C

Color information

#34AC1C (or 0x34AC1C) is unknown color: approx Kelly Green. HEX triplet: 34, AC and 1C. RGB value is (52,172,28). Sum of RGB (Red+Green+Blue) = 52+172+28=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC1C is #CB53E3. Grayscale: #787878. Windows color (decimal): -13325284 or 1879092. OLE color: 1879092.

HSL color Cylindrical-coordinate representation of color #34AC1C: hue angle of 110º 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 #34AC1C is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB5217228-
CMYK0.7000.840.33
HSL110º72%39.22%-
HSV(B)110º83.72%67.45%-
XYZ16.3830.326.09-
YUV119.776.2479.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 172 (67.58% from 255) = 68.25%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=20.63%
G=68.25%
B=11.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172280.7000.840.331107239.22
Hex34AC1C46054216e4827
Octal642543410601244115611047
Binary110100101011001110010001100101010010000111011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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