Html Css Color HEX #80A212 Lima

📋 copy color: '#80A212'

red 128 ◦ green 162 ◦ blue 18

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

Shades of Lima #80A212

Tints of Lima #80A212

RGB

 RED value IS 128 (50.39% from 255) = 41.56%

 GREEN value IS 162 (63.67% from 255) = 52.6%

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

R = 41.56%
G = 52.6%
B = 5.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#80A212 (or 0x80A212) is known color: Lima. HEX triplet: 80, A2 and 12. RGB value is (128,162,18). Sum of RGB (Red+Green+Blue) = 128+162+18=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #80A212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A212 is #7F5DED. Grayscale: #878787. Windows color (decimal): -8347118 or 1221248. OLE color: 1221248.

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

Color convert

RGB 128 162 18 -
CMYK 0.21 0 0.89 0.36
HSL 74.17º 0.8% 0.35% -
HSV(B) 74.17º 0.89% 0.64% -
XYZ 21.93 30.47 5.3 -
YUV 135.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 128 162 18 0.21 0 0.89 0.36 74.17 0.8 0.35
Hex 80 A2 12 15 0 59 24 4A 50 23
Octal 200 242 22 25 0 131 44 112 120 43
Binary 10000000 10100010 10010 10101 0 1011001 100100 1001010 1010000 100011

Color Harmonies of #80A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A212

Black with #80A212

Text Example


Text Example

White with #80A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A212; }

 p { color: rgb(128,162,18); }

 H1.HeaderClassName
 {
   color: #80A212;
 }
 .AnyTagClassName
 {
   color: #80A212;
 }
</style>

background-color css

<style>
 a { background-color: #80A212; }

 a { background-color: rgb(128,162,18); }

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

border-color css

<style>
 span { border-color: #80A212; }

 span { border-color: rgb(128,162,18); }

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