Html Css Color HEX #8AC024 Limerick

📋 copy color: '#8AC024'

red 138 ◦ green 192 ◦ blue 36

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

Shades of Limerick #8AC024

Tints of Limerick #8AC024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 37.7%
G = 52.46%
B = 9.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#8AC024 (or 0x8AC024) is known color: Limerick. HEX triplet: 8A, C0 and 24. RGB value is (138,192,36). Sum of RGB (Red+Green+Blue) = 138+192+36=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC024 is #753FDB. Grayscale: #9E9E9E. Windows color (decimal): -7684060 or 2408586. OLE color: 2408586.

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

Color convert

RGB 138 192 36 -
CMYK 0.28 0 0.81 0.25
HSL 80.77º 0.68% 0.45% -
HSV(B) 80.77º 0.81% 0.75% -
XYZ 29.65 43.23 8.45 -
YUV 158.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 138 192 36 0.28 0 0.81 0.25 80.77 0.68 0.45
Hex 8A C0 24 1C 0 51 19 51 44 2D
Octal 212 300 44 34 0 121 31 121 104 55
Binary 10001010 11000000 100100 11100 0 1010001 11001 1010001 1000100 101101

Color Harmonies of #8AC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC024

Black with #8AC024

Text Example


Text Example

White with #8AC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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