#34A914

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

Shades of Kelly Green #34A914

Tints of Kelly Green #34A914

Color information

#34A914 (or 0x34A914) is unknown color: approx Kelly Green. HEX triplet: 34, A9 and 14. RGB value is (52,169,20). Sum of RGB (Red+Green+Blue) = 52+169+20=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 169 (66.41% from 255 or 70.12% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 169 - color contains mainly: green. Hex color #34A914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A914 is #CB56EB. Grayscale: #757575. Windows color (decimal): -13326060 or 1354036. OLE color: 1354036.

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

Color convert

RGB5216920-
CMYK0.6900.880.34
HSL107.11º78.84%37.06%-
HSV(B)107.11º88.17%66.27%-
XYZ15.7329.165.46-
YUV117.0373.2481.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 169 (66.41% from 255) = 70.12%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=21.58%
G=70.12%
B=8.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52169200.6900.880.34107.1178.8437.06
Hex34A91445058226b4f25
Octal642512410501304215311745
Binary110100101010011010010001010101100010001011010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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