#34AC01

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

Shades of Kelly Green #34AC01

Tints of Kelly Green #34AC01

Color information

#34AC01 (or 0x34AC01) is unknown color: approx Kelly Green. HEX triplet: 34, AC and 01. RGB value is (52,172,1). Sum of RGB (Red+Green+Blue) = 52+172+1=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AC01 is #CB53FE. Grayscale: #757575. Windows color (decimal): -13325311 or 109620. OLE color: 109620.

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

Color convert

RGB521721-
CMYK0.7000.990.33
HSL102.11º98.84%33.92%-
HSV(B)102.11º99.42%67.45%-
XYZ16.1730.245.01-
YUV116.6362.7481.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 172 (67.58% from 255) = 76.44%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=23.11%
G=76.44%
B=0.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5217210.7000.990.33102.1198.8433.92
Hex34AC14606321666322
Octal64254110601434114614342
Binary11010010101100110001100110001110000111001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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