Html Css Color HEX #80AA0F Lima

📋 copy color: '#80AA0F'

red 128 ◦ green 170 ◦ blue 15

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

Shades of Lima #80AA0F

Tints of Lima #80AA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 40.89%
G = 54.31%
B = 4.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#80AA0F (or 0x80AA0F) is known color: Lima. HEX triplet: 80, AA and 0F. RGB value is (128,170,15). Sum of RGB (Red+Green+Blue) = 128+170+15=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA0F is #7F55F0. Grayscale: #8C8C8C. Windows color (decimal): -8345073 or 1026688. OLE color: 1026688.

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

Color convert

RGB 128 170 15 -
CMYK 0.25 0 0.91 0.33
HSL 76.26º 0.84% 0.36% -
HSV(B) 76.26º 0.91% 0.67% -
XYZ 23.36 33.37 5.66 -
YUV 139.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 128 170 15 0.25 0 0.91 0.33 76.26 0.84 0.36
Hex 80 AA F 19 0 5B 21 4C 54 24
Octal 200 252 17 31 0 133 41 114 124 44
Binary 10000000 10101010 1111 11001 0 1011011 100001 1001100 1010100 100100

Color Harmonies of #80AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA0F

Black with #80AA0F

Text Example


Text Example

White with #80AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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