#34AF10

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

Shades of Kelly Green #34AF10

Tints of Kelly Green #34AF10

Color information

#34AF10 (or 0x34AF10) is unknown color: approx Kelly Green. HEX triplet: 34, AF and 10. RGB value is (52,175,16). Sum of RGB (Red+Green+Blue) = 52+175+16=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AF10 is #CB50EF. Grayscale: #787878. Windows color (decimal): -13324528 or 1093428. OLE color: 1093428.

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

Color convert

RGB5217516-
CMYK0.7000.910.31
HSL106.42º83.25%37.45%-
HSV(B)106.42º90.86%68.63%-
XYZ16.8431.435.67-
YUV120.169.2579.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 175 (68.75% from 255) = 72.02%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=21.40%
G=72.02%
B=6.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52175160.7000.910.31106.4283.2537.45
Hex34AF104605B1F6a5325
Octal642572010601333715212345
Binary11010010101111100001000110010110111111111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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