Html Css Color HEX #8ABA30 Limerick

📋 copy color: '#8ABA30'

red 138 ◦ green 186 ◦ blue 48

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

Shades of Limerick #8ABA30

Tints of Limerick #8ABA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 37.1%
G = 50%
B = 12.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#8ABA30 (or 0x8ABA30) is known color: Limerick. HEX triplet: 8A, BA and 30. RGB value is (138,186,48). Sum of RGB (Red+Green+Blue) = 138+186+48=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA30 is #7545CF. Grayscale: #9C9C9C. Windows color (decimal): -7685584 or 3193482. OLE color: 3193482.

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

Color convert

RGB 138 186 48 -
CMYK 0.26 0 0.74 0.27
HSL 80.87º 0.59% 0.46% -
HSV(B) 80.87º 0.74% 0.73% -
XYZ 28.57 40.73 9.15 -
YUV 155.92 67.1 115.22 -
System Red Green Blue C M Y K H S L
Decimal 138 186 48 0.26 0 0.74 0.27 80.87 0.59 0.46
Hex 8A BA 30 1A 0 4A 1B 51 3B 2E
Octal 212 272 60 32 0 112 33 121 73 56
Binary 10001010 10111010 110000 11010 0 1001010 11011 1010001 111011 101110

Color Harmonies of #8ABA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA30

Black with #8ABA30

Text Example


Text Example

White with #8ABA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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