Html Css Color HEX #83AA14 Lima

📋 copy color: '#83AA14'

red 131 ◦ green 170 ◦ blue 20

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

Shades of Lima #83AA14

Tints of Lima #83AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 40.81%
G = 52.96%
B = 6.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#83AA14 (or 0x83AA14) is known color: Lima. HEX triplet: 83, AA and 14. RGB value is (131,170,20). Sum of RGB (Red+Green+Blue) = 131+170+20=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA14 is #7C55EB. Grayscale: #8D8D8D. Windows color (decimal): -8148460 or 1354371. OLE color: 1354371.

HSL color Cylindrical-coordinate representation of color #83AA14: hue angle of 75.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83AA14 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 20 -
CMYK 0.23 0 0.88 0.33
HSL 75.6º 0.79% 0.37% -
HSV(B) 75.6º 0.88% 0.67% -
XYZ 23.86 33.63 5.89 -
YUV 141.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 131 170 20 0.23 0 0.88 0.33 75.6 0.79 0.37
Hex 83 AA 14 17 0 58 21 4C 4F 25
Octal 203 252 24 27 0 130 41 114 117 45
Binary 10000011 10101010 10100 10111 0 1011000 100001 1001100 1001111 100101

Color Harmonies of #83AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA14

Black with #83AA14

Text Example


Text Example

White with #83AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,20); }

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

background-color css

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

 a { background-color: rgb(131,170,20); }

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

border-color css

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

 span { border-color: rgb(131,170,20); }

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