Html Css Color HEX #80A103 Lima

📋 copy color: '#80A103'

red 128 ◦ green 161 ◦ blue 3

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

Shades of Lima #80A103

Tints of Lima #80A103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.14%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 43.84%
G = 55.14%
B = 1.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#80A103 (or 0x80A103) is known color: Lima. HEX triplet: 80, A1 and 03. RGB value is (128,161,3). Sum of RGB (Red+Green+Blue) = 128+161+3=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #80A103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A103 is #7F5EFC. Grayscale: #858585. Windows color (decimal): -8347389 or 237952. OLE color: 237952.

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

Color convert

RGB 128 161 3 -
CMYK 0.20 0 0.98 0.37
HSL 72.53º 0.96% 0.32% -
HSV(B) 72.53º 0.98% 0.63% -
XYZ 21.66 30.09 4.75 -
YUV 133.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 128 161 3 0.20 0 0.98 0.37 72.53 0.96 0.32
Hex 80 A1 3 14 0 62 25 49 60 20
Octal 200 241 3 24 0 142 45 111 140 40
Binary 10000000 10100001 11 10100 0 1100010 100101 1001001 1100000 100000

Color Harmonies of #80A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A103

Black with #80A103

Text Example


Text Example

White with #80A103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,161,3); }

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

background-color css

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

 a { background-color: rgb(128,161,3); }

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

border-color css

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

 span { border-color: rgb(128,161,3); }

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