Html Css Color HEX #80A927 Lima

📋 copy color: '#80A927'

red 128 ◦ green 169 ◦ blue 39

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

Shades of Lima #80A927

Tints of Lima #80A927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.3%

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 38.1%
G = 50.3%
B = 11.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#80A927 (or 0x80A927) is known color: Lima. HEX triplet: 80, A9 and 27. RGB value is (128,169,39). Sum of RGB (Red+Green+Blue) = 128+169+39=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #80A927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A927 is #7F56D8. Grayscale: #8E8E8E. Windows color (decimal): -8345305 or 2599296. OLE color: 2599296.

HSL color Cylindrical-coordinate representation of color #80A927: hue angle of 78.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80A927 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 39 -
CMYK 0.24 0 0.77 0.34
HSL 78.92º 0.63% 0.41% -
HSV(B) 78.92º 0.77% 0.66% -
XYZ 23.46 33.11 7.07 -
YUV 141.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 128 169 39 0.24 0 0.77 0.34 78.92 0.63 0.41
Hex 80 A9 27 18 0 4D 22 4F 3E 29
Octal 200 251 47 30 0 115 42 117 76 51
Binary 10000000 10101001 100111 11000 0 1001101 100010 1001111 111110 101001

Color Harmonies of #80A927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A927

Black with #80A927

Text Example


Text Example

White with #80A927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,169,39); }

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

background-color css

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

 a { background-color: rgb(128,169,39); }

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

border-color css

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

 span { border-color: rgb(128,169,39); }

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