Html Css Color HEX #8AB818 Limerick

📋 copy color: '#8AB818'

red 138 ◦ green 184 ◦ blue 24

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

Shades of Limerick #8AB818

Tints of Limerick #8AB818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.18%

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

R = 39.88%
G = 53.18%
B = 6.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#8AB818 (or 0x8AB818) is known color: Limerick. HEX triplet: 8A, B8 and 18. RGB value is (138,184,24). Sum of RGB (Red+Green+Blue) = 138+184+24=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB818 is #7547E7. Grayscale: #989898. Windows color (decimal): -7686120 or 1620106. OLE color: 1620106.

HSL color Cylindrical-coordinate representation of color #8AB818: hue angle of 77.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AB818 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 24 -
CMYK 0.25 0 0.87 0.28
HSL 77.25º 0.77% 0.41% -
HSV(B) 77.25º 0.87% 0.72% -
XYZ 27.79 39.75 7.07 -
YUV 152.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 138 184 24 0.25 0 0.87 0.28 77.25 0.77 0.41
Hex 8A B8 18 19 0 57 1C 4D 4D 29
Octal 212 270 30 31 0 127 34 115 115 51
Binary 10001010 10111000 11000 11001 0 1010111 11100 1001101 1001101 101001

Color Harmonies of #8AB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB818

Black with #8AB818

Text Example


Text Example

White with #8AB818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,24); }

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

background-color css

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

 a { background-color: rgb(138,184,24); }

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

border-color css

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

 span { border-color: rgb(138,184,24); }

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