Html Css Color HEX #80AF26 Lima

📋 copy color: '#80AF26'

red 128 ◦ green 175 ◦ blue 38

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

Shades of Lima #80AF26

Tints of Lima #80AF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.32%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 37.54%
G = 51.32%
B = 11.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#80AF26 (or 0x80AF26) is known color: Lima. HEX triplet: 80, AF and 26. RGB value is (128,175,38). Sum of RGB (Red+Green+Blue) = 128+175+38=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF26 is #7F50D9. Grayscale: #919191. Windows color (decimal): -8343770 or 2535296. OLE color: 2535296.

HSL color Cylindrical-coordinate representation of color #80AF26: hue angle of 80.58º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80AF26 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 38 -
CMYK 0.27 0 0.78 0.31
HSL 80.58º 0.64% 0.42% -
HSV(B) 80.58º 0.78% 0.69% -
XYZ 24.58 35.39 7.37 -
YUV 145.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 128 175 38 0.27 0 0.78 0.31 80.58 0.64 0.42
Hex 80 AF 26 1B 0 4E 1F 51 40 2A
Octal 200 257 46 33 0 116 37 121 100 52
Binary 10000000 10101111 100110 11011 0 1001110 11111 1010001 1000000 101010

Color Harmonies of #80AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF26

Black with #80AF26

Text Example


Text Example

White with #80AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,38); }

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

background-color css

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

 a { background-color: rgb(128,175,38); }

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

border-color css

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

 span { border-color: rgb(128,175,38); }

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