Html Css Color HEX #80A702 Lima

📋 copy color: '#80A702'

red 128 ◦ green 167 ◦ blue 2

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

Shades of Lima #80A702

Tints of Lima #80A702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.23%

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

R = 43.1%
G = 56.23%
B = 0.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#80A702 (or 0x80A702) is known color: Lima. HEX triplet: 80, A7 and 02. RGB value is (128,167,2). Sum of RGB (Red+Green+Blue) = 128+167+2=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #80A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A702 is #7F58FD. Grayscale: #898989. Windows color (decimal): -8345854 or 173952. OLE color: 173952.

HSL color Cylindrical-coordinate representation of color #80A702: hue angle of 74.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80A702 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 167 2 -
CMYK 0.23 0 0.99 0.35
HSL 74.18º 0.98% 0.33% -
HSV(B) 74.18º 0.99% 0.65% -
XYZ 22.73 32.23 5.08 -
YUV 136.53 52.08 121.92 -
System Red Green Blue C M Y K H S L
Decimal 128 167 2 0.23 0 0.99 0.35 74.18 0.98 0.33
Hex 80 A7 2 17 0 63 23 4A 62 21
Octal 200 247 2 27 0 143 43 112 142 41
Binary 10000000 10100111 10 10111 0 1100011 100011 1001010 1100010 100001

Color Harmonies of #80A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A702

Black with #80A702

Text Example


Text Example

White with #80A702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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