Html Css Color HEX #8AC018 Limerick

📋 copy color: '#8AC018'

red 138 ◦ green 192 ◦ blue 24

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

Shades of Limerick #8AC018

Tints of Limerick #8AC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 38.98%
G = 54.24%
B = 6.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#8AC018 (or 0x8AC018) is known color: Limerick. HEX triplet: 8A, C0 and 18. RGB value is (138,192,24). Sum of RGB (Red+Green+Blue) = 138+192+24=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC018 is #753FE7. Grayscale: #9D9D9D. Windows color (decimal): -7684072 or 1622154. OLE color: 1622154.

HSL color Cylindrical-coordinate representation of color #8AC018: hue angle of 79.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AC018 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 24 -
CMYK 0.28 0 0.88 0.25
HSL 79.29º 0.78% 0.42% -
HSV(B) 79.29º 0.88% 0.75% -
XYZ 29.5 43.17 7.64 -
YUV 156.7 53.11 114.66 -
System Red Green Blue C M Y K H S L
Decimal 138 192 24 0.28 0 0.88 0.25 79.29 0.78 0.42
Hex 8A C0 18 1C 0 58 19 4F 4E 2A
Octal 212 300 30 34 0 130 31 117 116 52
Binary 10001010 11000000 11000 11100 0 1011000 11001 1001111 1001110 101010

Color Harmonies of #8AC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC018

Black with #8AC018

Text Example


Text Example

White with #8AC018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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