Html Css Color HEX #83AE18 Lima

📋 copy color: '#83AE18'

red 131 ◦ green 174 ◦ blue 24

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

Shades of Lima #83AE18

Tints of Lima #83AE18

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 value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#83AE18 (or 0x83AE18) is known color: 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

RGB 131 174 24 -
CMYK 0.25 0 0.86 0.32
HSL 77.2º 0.76% 0.39% -
HSV(B) 77.2º 0.86% 0.68% -
XYZ 24.66 35.16 6.35 -
YUV 144.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 131 174 24 0.25 0 0.86 0.32 77.2 0.76 0.39
Hex 83 AE 18 19 0 56 20 4D 4C 27
Octal 203 256 30 31 0 126 40 115 114 47
Binary 10000011 10101110 11000 11001 0 1010110 100000 1001101 1001100 100111

Color Harmonies of #83AE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE18

Black with #83AE18

Text Example


Text Example

White with #83AE18

Text Example


Text Example

HTML Codes & Css Web 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>