Html Css Color HEX #83AC18 Lima

📋 copy color: '#83AC18'

red 131 ◦ green 172 ◦ blue 24

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

Shades of Lima #83AC18

Tints of Lima #83AC18

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 40.06%
G = 52.6%
B = 7.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#83AC18 (or 0x83AC18) is known color: Lima. HEX triplet: 83, AC and 18. RGB value is (131,172,24). Sum of RGB (Red+Green+Blue) = 131+172+24=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC18 is #7C53E7. Grayscale: #8F8F8F. Windows color (decimal): -8147944 or 1617027. OLE color: 1617027.

HSL color Cylindrical-coordinate representation of color #83AC18: hue angle of 76.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83AC18 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 24 -
CMYK 0.24 0 0.86 0.33
HSL 76.62º 0.76% 0.38% -
HSV(B) 76.62º 0.86% 0.67% -
XYZ 24.28 34.4 6.22 -
YUV 142.87 60.92 119.53 -
System Red Green Blue C M Y K H S L
Decimal 131 172 24 0.24 0 0.86 0.33 76.62 0.76 0.38
Hex 83 AC 18 18 0 56 21 4D 4C 26
Octal 203 254 30 30 0 126 41 115 114 46
Binary 10000011 10101100 11000 11000 0 1010110 100001 1001101 1001100 100110

Color Harmonies of #83AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC18

Black with #83AC18

Text Example


Text Example

White with #83AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83AC18;
 }
 .AnyTagClassName
 {
   color: #83AC18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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