Html Css Color HEX #80AA0C Lima

📋 copy color: '#80AA0C'

red 128 ◦ green 170 ◦ blue 12

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

Shades of Lima #80AA0C

Tints of Lima #80AA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 41.29%
G = 54.84%
B = 3.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#80AA0C (or 0x80AA0C) is known color: Lima. HEX triplet: 80, AA and 0C. RGB value is (128,170,12). Sum of RGB (Red+Green+Blue) = 128+170+12=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA0C is #7F55F3. Grayscale: #8C8C8C. Windows color (decimal): -8345076 or 830080. OLE color: 830080.

HSL color Cylindrical-coordinate representation of color #80AA0C: hue angle of 75.95º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80AA0C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 12 -
CMYK 0.25 0 0.93 0.33
HSL 75.95º 0.87% 0.36% -
HSV(B) 75.95º 0.93% 0.67% -
XYZ 23.34 33.37 5.56 -
YUV 139.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 128 170 12 0.25 0 0.93 0.33 75.95 0.87 0.36
Hex 80 AA C 19 0 5D 21 4C 57 24
Octal 200 252 14 31 0 135 41 114 127 44
Binary 10000000 10101010 1100 11001 0 1011101 100001 1001100 1010111 100100

Color Harmonies of #80AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA0C

Black with #80AA0C

Text Example


Text Example

White with #80AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,170,12); }

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

background-color css

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

 a { background-color: rgb(128,170,12); }

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

border-color css

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

 span { border-color: rgb(128,170,12); }

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