#34A918

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

Shades of Kelly Green #34A918

Tints of Kelly Green #34A918

Color information

#34A918 (or 0x34A918) is unknown color: approx Kelly Green. HEX triplet: 34, A9 and 18. RGB value is (52,169,24). Sum of RGB (Red+Green+Blue) = 52+169+24=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 169 (66.41% from 255 or 68.98% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 169 - color contains mainly: green. Hex color #34A918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A918 is #CB56E7. Grayscale: #757575. Windows color (decimal): -13326056 or 1616180. OLE color: 1616180.

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

Color convert

RGB5216924-
CMYK0.6900.860.34
HSL108.41º75.13%37.84%-
HSV(B)108.41º85.8%66.27%-
XYZ15.7729.175.66-
YUV117.4975.2481.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 169 (66.41% from 255) = 68.98%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=21.22%
G=68.98%
B=9.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52169240.6900.860.34108.4175.1337.84
Hex34A91845056226c4b26
Octal642513010501264215411346
Binary110100101010011100010001010101011010001011011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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