#34AC10

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

Shades of Kelly Green #34AC10

Tints of Kelly Green #34AC10

Color information

#34AC10 (or 0x34AC10) is unknown color: approx Kelly Green. HEX triplet: 34, AC and 10. RGB value is (52,172,16). Sum of RGB (Red+Green+Blue) = 52+172+16=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AC10 is #CB53EF. Grayscale: #767676. Windows color (decimal): -13325296 or 1092660. OLE color: 1092660.

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

Color convert

RGB5217216-
CMYK0.7000.910.33
HSL106.15º82.98%36.86%-
HSV(B)106.15º90.7%67.45%-
XYZ16.2630.275.48-
YUV118.3470.2480.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 172 (67.58% from 255) = 71.67%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=21.67%
G=71.67%
B=6.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172160.7000.910.33106.1582.9836.86
Hex34AC104605B216a5325
Octal642542010601334115212345
Binary110100101011001000010001100101101110000111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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