Html Css Color HEX #80AF13 Lima

📋 copy color: '#80AF13'

red 128 ◦ green 175 ◦ blue 19

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

Shades of Lima #80AF13

Tints of Lima #80AF13

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.35%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 39.75%
G = 54.35%
B = 5.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#80AF13 (or 0x80AF13) is known color: Lima. HEX triplet: 80, AF and 13. RGB value is (128,175,19). Sum of RGB (Red+Green+Blue) = 128+175+19=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AF13 is #7F50EC. Grayscale: #8F8F8F. Windows color (decimal): -8343789 or 1290112. OLE color: 1290112.

HSL color Cylindrical-coordinate representation of color #80AF13: hue angle of 78.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80AF13 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 19 -
CMYK 0.27 0 0.89 0.31
HSL 78.08º 0.8% 0.38% -
HSV(B) 78.08º 0.89% 0.69% -
XYZ 24.35 35.3 6.15 -
YUV 143.16 57.93 117.18 -
System Red Green Blue C M Y K H S L
Decimal 128 175 19 0.27 0 0.89 0.31 78.08 0.8 0.38
Hex 80 AF 13 1B 0 59 1F 4E 50 26
Octal 200 257 23 33 0 131 37 116 120 46
Binary 10000000 10101111 10011 11011 0 1011001 11111 1001110 1010000 100110

Color Harmonies of #80AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF13

Black with #80AF13

Text Example


Text Example

White with #80AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,19); }

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

background-color css

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

 a { background-color: rgb(128,175,19); }

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

border-color css

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

 span { border-color: rgb(128,175,19); }

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