#83AE18

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

Shades of Lima #83AE18

Tints of Lima #83AE18

Color information

#83AE18 (or 0x83AE18) is unknown color: approx Lima. HEX triplet: 83, AE and 18. RGB value is (131,174,24). Sum of RGB (Red+Green+Blue) = 131+174+24=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AE18 is #7C51E7. Grayscale: #909090. Windows color (decimal): -8147432 or 1617539. OLE color: 1617539.

HSL color Cylindrical-coordinate representation of color #83AE18: hue angle of 77.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83AE18 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB13117424-
CMYK0.2500.860.32
HSL77.2º75.76%38.82%-
HSV(B)77.2º86.21%68.24%-
XYZ24.6635.166.35-
YUV144.0460.25118.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=39.82%
G=52.89%
B=7.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131174240.2500.860.3277.275.7638.82
Hex83AE1819056204d4c27
Octal203256303101264011511447
Binary100000111010111011000110010101011010000010011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AE18; }

 p { color: rgb(131,174,24); }

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

<style>
 a { background-color: #83AE18; }

 a { background-color: rgb(131,174,24); }

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

<style>
 span { border-color: #83AE18; }

 span { border-color: rgb(131,174,24); }

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