Html Css Color HEX #80A01C Lima

📋 copy color: '#80A01C'

red 128 ◦ green 160 ◦ blue 28

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

Shades of Lima #80A01C

Tints of Lima #80A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.63%

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

R = 40.51%
G = 50.63%
B = 8.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#80A01C (or 0x80A01C) is known color: Lima. HEX triplet: 80, A0 and 1C. RGB value is (128,160,28). Sum of RGB (Red+Green+Blue) = 128+160+28=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #80A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A01C is #7F5FE3. Grayscale: #878787. Windows color (decimal): -8347620 or 1876096. OLE color: 1876096.

HSL color Cylindrical-coordinate representation of color #80A01C: hue angle of 74.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80A01C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 160 28 -
CMYK 0.20 0 0.82 0.37
HSL 74.55º 0.7% 0.37% -
HSV(B) 74.55º 0.83% 0.63% -
XYZ 21.68 29.81 5.71 -
YUV 135.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 128 160 28 0.20 0 0.82 0.37 74.55 0.7 0.37
Hex 80 A0 1C 14 0 52 25 4B 46 25
Octal 200 240 34 24 0 122 45 113 106 45
Binary 10000000 10100000 11100 10100 0 1010010 100101 1001011 1000110 100101

Color Harmonies of #80A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A01C

Black with #80A01C

Text Example


Text Example

White with #80A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,160,28); }

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

background-color css

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

 a { background-color: rgb(128,160,28); }

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

border-color css

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

 span { border-color: rgb(128,160,28); }

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