Html Css Color HEX #34AB16 Kelly Green

📋 copy color: '#34AB16'

red 52 ◦ green 171 ◦ blue 22

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

Shades of Kelly Green #34AB16

Tints of Kelly Green #34AB16

RGB

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

 GREEN value IS 171 (67.19% from 255) = 69.8%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 21.22%
G = 69.8%
B = 8.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#34AB16 (or 0x34AB16) is known color: Kelly Green. HEX triplet: 34, AB and 16. RGB value is (52,171,22). Sum of RGB (Red+Green+Blue) = 52+171+22=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AB16 is #CB54E9. Grayscale: #767676. Windows color (decimal): -13325546 or 1485620. OLE color: 1485620.

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

Color convert

RGB 52 171 22 -
CMYK 0.70 0 0.87 0.33
HSL 107.92º 0.77% 0.38% -
HSV(B) 107.92º 0.87% 0.67% -
XYZ 16.12 29.91 5.68 -
YUV 118.43 73.58 80.62 -
System Red Green Blue C M Y K H S L
Decimal 52 171 22 0.70 0 0.87 0.33 107.92 0.77 0.38
Hex 34 AB 16 46 0 57 21 6C 4D 26
Octal 64 253 26 106 0 127 41 154 115 46
Binary 110100 10101011 10110 1000110 0 1010111 100001 1101100 1001101 100110

Color Harmonies of #34AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB16

Black with #34AB16

Text Example


Text Example

White with #34AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,22); }

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

background-color css

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

 a { background-color: rgb(52,171,22); }

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

border-color css

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

 span { border-color: rgb(52,171,22); }

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