Html Css Color HEX #80A302 Lima

📋 copy color: '#80A302'

red 128 ◦ green 163 ◦ blue 2

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

Shades of Lima #80A302

Tints of Lima #80A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.63%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 43.69%
G = 55.63%
B = 0.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#80A302 (or 0x80A302) is known color: Lima. HEX triplet: 80, A3 and 02. RGB value is (128,163,2). Sum of RGB (Red+Green+Blue) = 128+163+2=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #80A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A302 is #7F5CFD. Grayscale: #868686. Windows color (decimal): -8346878 or 172928. OLE color: 172928.

HSL color Cylindrical-coordinate representation of color #80A302: hue angle of 73.04º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80A302 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 2 -
CMYK 0.21 0 0.99 0.36
HSL 73.04º 0.98% 0.32% -
HSV(B) 73.04º 0.99% 0.64% -
XYZ 22.01 30.79 4.84 -
YUV 134.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 128 163 2 0.21 0 0.99 0.36 73.04 0.98 0.32
Hex 80 A3 2 15 0 63 24 49 62 20
Octal 200 243 2 25 0 143 44 111 142 40
Binary 10000000 10100011 10 10101 0 1100011 100100 1001001 1100010 100000

Color Harmonies of #80A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A302

Black with #80A302

Text Example


Text Example

White with #80A302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,2); }

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

background-color css

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

 a { background-color: rgb(128,163,2); }

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

border-color css

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

 span { border-color: rgb(128,163,2); }

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