Html Css Color HEX #80AC27 Lima

📋 copy color: '#80AC27'

red 128 ◦ green 172 ◦ blue 39

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

Shades of Lima #80AC27

Tints of Lima #80AC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.74%

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

R = 37.76%
G = 50.74%
B = 11.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#80AC27 (or 0x80AC27) is known color: Lima. HEX triplet: 80, AC and 27. RGB value is (128,172,39). Sum of RGB (Red+Green+Blue) = 128+172+39=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC27 is #7F53D8. Grayscale: #909090. Windows color (decimal): -8344537 or 2600064. OLE color: 2600064.

HSL color Cylindrical-coordinate representation of color #80AC27: hue angle of 79.85º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80AC27 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 39 -
CMYK 0.26 0 0.77 0.33
HSL 79.85º 0.63% 0.41% -
HSV(B) 79.85º 0.77% 0.67% -
XYZ 24.02 34.24 7.26 -
YUV 143.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 128 172 39 0.26 0 0.77 0.33 79.85 0.63 0.41
Hex 80 AC 27 1A 0 4D 21 50 3F 29
Octal 200 254 47 32 0 115 41 120 77 51
Binary 10000000 10101100 100111 11010 0 1001101 100001 1010000 111111 101001

Color Harmonies of #80AC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC27

Black with #80AC27

Text Example


Text Example

White with #80AC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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