Html Css Color HEX #83AC1E Limerick

📋 copy color: '#83AC1E'

red 131 ◦ green 172 ◦ blue 30

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

Shades of Limerick #83AC1E

Tints of Limerick #83AC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 39.34%
G = 51.65%
B = 9.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#83AC1E (or 0x83AC1E) is known color: Limerick. HEX triplet: 83, AC and 1E. RGB value is (131,172,30). Sum of RGB (Red+Green+Blue) = 131+172+30=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AC1E is #7C53E1. Grayscale: #909090. Windows color (decimal): -8147938 or 2010243. OLE color: 2010243.

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

Color convert

RGB 131 172 30 -
CMYK 0.24 0 0.83 0.33
HSL 77.32º 0.7% 0.4% -
HSV(B) 77.32º 0.83% 0.67% -
XYZ 24.35 34.42 6.59 -
YUV 143.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 131 172 30 0.24 0 0.83 0.33 77.32 0.7 0.4
Hex 83 AC 1E 18 0 53 21 4D 46 28
Octal 203 254 36 30 0 123 41 115 106 50
Binary 10000011 10101100 11110 11000 0 1010011 100001 1001101 1000110 101000

Color Harmonies of #83AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC1E

Black with #83AC1E

Text Example


Text Example

White with #83AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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