#34A201

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

Shades of Kelly Green #34A201

Tints of Kelly Green #34A201

Color information

#34A201 (or 0x34A201) is unknown color: approx Kelly Green. HEX triplet: 34, A2 and 01. RGB value is (52,162,1). Sum of RGB (Red+Green+Blue) = 52+162+1=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #34A201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A201 is #CB5DFE. Grayscale: #6F6F6F. Windows color (decimal): -13327871 or 107060. OLE color: 107060.

HSL color Cylindrical-coordinate representation of color #34A201: hue angle of 100.99º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34A201 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB521621-
CMYK0.6800.990.36
HSL100.99º98.77%31.96%-
HSV(B)100.99º99.38%63.53%-
XYZ14.3426.574.4-
YUV110.7666.0686.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=24.19%
G=75.35%
B=0.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5216210.6800.990.36100.9998.7731.96
Hex34A214406324656320
Octal64242110401434414514340
Binary11010010100010110001000110001110010011001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,1); }

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

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

 a { background-color: rgb(52,162,1); }

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

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

 span { border-color: rgb(52,162,1); }

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