Html Css Color HEX #8ABA20 Limerick

📋 copy color: '#8ABA20'

red 138 ◦ green 186 ◦ blue 32

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

Shades of Limerick #8ABA20

Tints of Limerick #8ABA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.25%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 38.76%
G = 52.25%
B = 8.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#8ABA20 (or 0x8ABA20) is known color: Limerick. HEX triplet: 8A, BA and 20. RGB value is (138,186,32). Sum of RGB (Red+Green+Blue) = 138+186+32=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA20 is #7545DF. Grayscale: #9A9A9A. Windows color (decimal): -7685600 or 2144906. OLE color: 2144906.

HSL color Cylindrical-coordinate representation of color #8ABA20: hue angle of 78.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8ABA20 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 32 -
CMYK 0.26 0 0.83 0.27
HSL 78.7º 0.71% 0.43% -
HSV(B) 78.7º 0.83% 0.73% -
XYZ 28.3 40.63 7.72 -
YUV 154.09 59.1 116.52 -
System Red Green Blue C M Y K H S L
Decimal 138 186 32 0.26 0 0.83 0.27 78.7 0.71 0.43
Hex 8A BA 20 1A 0 53 1B 4F 47 2B
Octal 212 272 40 32 0 123 33 117 107 53
Binary 10001010 10111010 100000 11010 0 1010011 11011 1001111 1000111 101011

Color Harmonies of #8ABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA20

Black with #8ABA20

Text Example


Text Example

White with #8ABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,32); }

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

background-color css

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

 a { background-color: rgb(138,186,32); }

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

border-color css

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

 span { border-color: rgb(138,186,32); }

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