Html Css Color HEX #8AB316 Limerick

📋 copy color: '#8AB316'

red 138 ◦ green 179 ◦ blue 22

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

Shades of Limerick #8AB316

Tints of Limerick #8AB316

RGB

 RED value IS 138 (54.3% from 255) = 40.71%

 GREEN value IS 179 (70.31% from 255) = 52.8%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 40.71%
G = 52.8%
B = 6.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#8AB316 (or 0x8AB316) is known color: Limerick. HEX triplet: 8A, B3 and 16. RGB value is (138,179,22). Sum of RGB (Red+Green+Blue) = 138+179+22=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB316 is #754CE9. Grayscale: #959595. Windows color (decimal): -7687402 or 1487754. OLE color: 1487754.

HSL color Cylindrical-coordinate representation of color #8AB316: hue angle of 75.67º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AB316 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 22 -
CMYK 0.23 0 0.88 0.30
HSL 75.67º 0.78% 0.39% -
HSV(B) 75.67º 0.88% 0.7% -
XYZ 26.75 37.7 6.63 -
YUV 148.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 138 179 22 0.23 0 0.88 0.30 75.67 0.78 0.39
Hex 8A B3 16 17 0 58 1E 4C 4E 27
Octal 212 263 26 27 0 130 36 114 116 47
Binary 10001010 10110011 10110 10111 0 1011000 11110 1001100 1001110 100111

Color Harmonies of #8AB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB316

Black with #8AB316

Text Example


Text Example

White with #8AB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB316; }

 p { color: rgb(138,179,22); }

 H1.HeaderClassName
 {
   color: #8AB316;
 }
 .AnyTagClassName
 {
   color: #8AB316;
 }
</style>

background-color css

<style>
 a { background-color: #8AB316; }

 a { background-color: rgb(138,179,22); }

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

border-color css

<style>
 span { border-color: #8AB316; }

 span { border-color: rgb(138,179,22); }

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