#34AB10

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

Shades of Kelly Green #34AB10

Tints of Kelly Green #34AB10

Color information

#34AB10 (or 0x34AB10) is unknown color: approx Kelly Green. HEX triplet: 34, AB and 10. RGB value is (52,171,16). Sum of RGB (Red+Green+Blue) = 52+171+16=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AB10 is #CB54EF. Grayscale: #767676. Windows color (decimal): -13325552 or 1092404. OLE color: 1092404.

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

Color convert

RGB5217116-
CMYK0.7000.910.33
HSL106.06º82.89%36.67%-
HSV(B)106.06º90.64%67.06%-
XYZ16.0729.895.41-
YUV117.7570.5881.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 171 (67.19% from 255) = 71.55%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=21.76%
G=71.55%
B=6.69%

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
Decimal52171160.7000.910.33106.0682.8936.67
Hex34AB104605B216a5325
Octal642532010601334115212345
Binary110100101010111000010001100101101110000111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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