#34AB14

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

Shades of Kelly Green #34AB14

Tints of Kelly Green #34AB14

Color information

#34AB14 (or 0x34AB14) is unknown color: approx Kelly Green. HEX triplet: 34, AB and 14. RGB value is (52,171,20). Sum of RGB (Red+Green+Blue) = 52+171+20=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AB14 is #CB54EB. Grayscale: #767676. Windows color (decimal): -13325548 or 1354548. OLE color: 1354548.

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

Color convert

RGB5217120-
CMYK0.7000.880.33
HSL107.28º79.06%37.45%-
HSV(B)107.28º88.3%67.06%-
XYZ16.1129.915.59-
YUV118.272.5880.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 171 (67.19% from 255) = 70.37%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=21.40%
G=70.37%
B=8.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52171200.7000.880.33107.2879.0637.45
Hex34AB1446058216b4f25
Octal642532410601304115311745
Binary110100101010111010010001100101100010000111010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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