Html Css Color HEX #34A412 Kelly Green

📋 copy color: '#34A412'

red 52 ◦ green 164 ◦ blue 18

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

Shades of Kelly Green #34A412

Tints of Kelly Green #34A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 70.09%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 22.22%
G = 70.09%
B = 7.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#34A412 (or 0x34A412) is known color: Kelly Green. HEX triplet: 34, A4 and 12. RGB value is (52,164,18). Sum of RGB (Red+Green+Blue) = 52+164+18=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 164 (64.45% from 255 or 70.09% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 164 - color contains mainly: green. Hex color #34A412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A412 is #CB5BED. Grayscale: #727272. Windows color (decimal): -13327342 or 1221684. OLE color: 1221684.

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

Color convert

RGB 52 164 18 -
CMYK 0.68 0 0.89 0.36
HSL 106.03º 0.8% 0.36% -
HSV(B) 106.03º 0.89% 0.64% -
XYZ 14.8 27.32 5.07 -
YUV 113.87 73.89 83.87 -
System Red Green Blue C M Y K H S L
Decimal 52 164 18 0.68 0 0.89 0.36 106.03 0.8 0.36
Hex 34 A4 12 44 0 59 24 6A 50 24
Octal 64 244 22 104 0 131 44 152 120 44
Binary 110100 10100100 10010 1000100 0 1011001 100100 1101010 1010000 100100

Color Harmonies of #34A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A412

Black with #34A412

Text Example


Text Example

White with #34A412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,164,18); }

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

background-color css

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

 a { background-color: rgb(52,164,18); }

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

border-color css

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

 span { border-color: rgb(52,164,18); }

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