Html Css Color HEX #34AC1C Kelly Green

📋 copy color: '#34AC1C'

red 52 ◦ green 172 ◦ blue 28

#34AC1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #34AC1C

Tints of Kelly Green #34AC1C

RGB

 RED value IS 52 (20.7% from 255) = 20.63%

 GREEN value IS 172 (67.58% from 255) = 68.25%

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 20.63%
G = 68.25%
B = 11.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#34AC1C (or 0x34AC1C) is known color: Kelly Green. HEX triplet: 34, AC and 1C. RGB value is (52,172,28). Sum of RGB (Red+Green+Blue) = 52+172+28=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC1C is #CB53E3. Grayscale: #787878. Windows color (decimal): -13325284 or 1879092. OLE color: 1879092.

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

Color convert

RGB 52 172 28 -
CMYK 0.70 0 0.84 0.33
HSL 110º 0.72% 0.39% -
HSV(B) 110º 0.84% 0.67% -
XYZ 16.38 30.32 6.09 -
YUV 119.7 76.24 79.71 -
System Red Green Blue C M Y K H S L
Decimal 52 172 28 0.70 0 0.84 0.33 110 0.72 0.39
Hex 34 AC 1C 46 0 54 21 6E 48 27
Octal 64 254 34 106 0 124 41 156 110 47
Binary 110100 10101100 11100 1000110 0 1010100 100001 1101110 1001000 100111

Color Harmonies of #34AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC1C

Black with #34AC1C

Text Example


Text Example

White with #34AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34AC1C;
 }
 .AnyTagClassName
 {
   color: #34AC1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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