Html Css Color HEX #80A602 Lima

📋 copy color: '#80A602'

red 128 ◦ green 166 ◦ blue 2

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

Shades of Lima #80A602

Tints of Lima #80A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.08%

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

R = 43.24%
G = 56.08%
B = 0.68%

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

#80A602 (or 0x80A602) is known color: Lima. HEX triplet: 80, A6 and 02. RGB value is (128,166,2). Sum of RGB (Red+Green+Blue) = 128+166+2=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #80A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A602 is #7F59FD. Grayscale: #888888. Windows color (decimal): -8346110 or 173696. OLE color: 173696.

HSL color Cylindrical-coordinate representation of color #80A602: hue angle of 73.9º 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 #80A602 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 2 -
CMYK 0.23 0 0.99 0.35
HSL 73.9º 0.98% 0.33% -
HSV(B) 73.9º 0.99% 0.65% -
XYZ 22.55 31.87 5.02 -
YUV 135.94 52.41 122.34 -
System Red Green Blue C M Y K H S L
Decimal 128 166 2 0.23 0 0.99 0.35 73.9 0.98 0.33
Hex 80 A6 2 17 0 63 23 4A 62 21
Octal 200 246 2 27 0 143 43 112 142 41
Binary 10000000 10100110 10 10111 0 1100011 100011 1001010 1100010 100001

Color Harmonies of #80A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A602

Black with #80A602

Text Example


Text Example

White with #80A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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