Html Css Color HEX #83AD18 Lima

📋 copy color: '#83AD18'

red 131 ◦ green 173 ◦ blue 24

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

Shades of Lima #83AD18

Tints of Lima #83AD18

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.74%

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

R = 39.94%
G = 52.74%
B = 7.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#83AD18 (or 0x83AD18) is known color: Lima. HEX triplet: 83, AD and 18. RGB value is (131,173,24). Sum of RGB (Red+Green+Blue) = 131+173+24=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD18 is #7C52E7. Grayscale: #909090. Windows color (decimal): -8147688 or 1617283. OLE color: 1617283.

HSL color Cylindrical-coordinate representation of color #83AD18: hue angle of 76.91º 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 #83AD18 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 24 -
CMYK 0.24 0 0.86 0.32
HSL 76.91º 0.76% 0.39% -
HSV(B) 76.91º 0.86% 0.68% -
XYZ 24.47 34.78 6.29 -
YUV 143.46 60.59 119.12 -
System Red Green Blue C M Y K H S L
Decimal 131 173 24 0.24 0 0.86 0.32 76.91 0.76 0.39
Hex 83 AD 18 18 0 56 20 4D 4C 27
Octal 203 255 30 30 0 126 40 115 114 47
Binary 10000011 10101101 11000 11000 0 1010110 100000 1001101 1001100 100111

Color Harmonies of #83AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD18

Black with #83AD18

Text Example


Text Example

White with #83AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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