Html Css Color HEX #34AA14 Kelly Green

📋 copy color: '#34AA14'

red 52 ◦ green 170 ◦ blue 20

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

Shades of Kelly Green #34AA14

Tints of Kelly Green #34AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.25%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 21.49%
G = 70.25%
B = 8.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#34AA14 (or 0x34AA14) is known color: Kelly Green. HEX triplet: 34, AA and 14. RGB value is (52,170,20). Sum of RGB (Red+Green+Blue) = 52+170+20=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AA14 is #CB55EB. Grayscale: #767676. Windows color (decimal): -13325804 or 1354292. OLE color: 1354292.

HSL color Cylindrical-coordinate representation of color #34AA14: hue angle of 107.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34AA14 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 20 -
CMYK 0.69 0 0.88 0.33
HSL 107.2º 0.79% 0.37% -
HSV(B) 107.2º 0.88% 0.67% -
XYZ 15.92 29.53 5.52 -
YUV 117.62 72.91 81.2 -
System Red Green Blue C M Y K H S L
Decimal 52 170 20 0.69 0 0.88 0.33 107.2 0.79 0.37
Hex 34 AA 14 45 0 58 21 6B 4F 25
Octal 64 252 24 105 0 130 41 153 117 45
Binary 110100 10101010 10100 1000101 0 1011000 100001 1101011 1001111 100101

Color Harmonies of #34AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA14

Black with #34AA14

Text Example


Text Example

White with #34AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,20); }

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

background-color css

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

 a { background-color: rgb(52,170,20); }

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

border-color css

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

 span { border-color: rgb(52,170,20); }

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