#80AF23

Color #80AF23 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80AF23

Tints of Lima #80AF23

Color information

#80AF23 (or 0x80AF23) is unknown color: approx Lima. HEX triplet: 80, AF and 23. RGB value is (128,175,35). Sum of RGB (Red+Green+Blue) = 128+175+35=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF23 is #7F50DC. Grayscale: #919191. Windows color (decimal): -8343773 or 2338688. OLE color: 2338688.

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

Color convert

RGB12817535-
CMYK0.2700.80.31
HSL80.14º66.67%41.18%-
HSV(B)80.14º80%68.63%-
XYZ24.5435.377.12-
YUV144.9965.93115.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 35 (14.06% from 255) = 10.36%
R=37.87%
G=51.78%
B=10.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175350.2700.80.3180.1466.6741.18
Hex80AF231B0501F504329
Octal200257433301203712010351
Binary100000001010111110001111011010100001111110100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AF23;
 }
 .AnyTagClassName
 {
   color: #80AF23;
 }
</style>
background-color css

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

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

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

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

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

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