Html Css Color HEX #8ABA2F Limerick

📋 copy color: '#8ABA2F'

red 138 ◦ green 186 ◦ blue 47

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

Shades of Limerick #8ABA2F

Tints of Limerick #8ABA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 37.2%
G = 50.13%
B = 12.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8ABA2F (or 0x8ABA2F) is known color: Limerick. HEX triplet: 8A, BA and 2F. RGB value is (138,186,47). Sum of RGB (Red+Green+Blue) = 138+186+47=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA2F is #7545D0. Grayscale: #9C9C9C. Windows color (decimal): -7685585 or 3127946. OLE color: 3127946.

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

Color convert

RGB 138 186 47 -
CMYK 0.26 0 0.75 0.27
HSL 80.72º 0.6% 0.46% -
HSV(B) 80.72º 0.75% 0.73% -
XYZ 28.55 40.73 9.05 -
YUV 155.8 66.6 115.3 -
System Red Green Blue C M Y K H S L
Decimal 138 186 47 0.26 0 0.75 0.27 80.72 0.6 0.46
Hex 8A BA 2F 1A 0 4B 1B 51 3C 2E
Octal 212 272 57 32 0 113 33 121 74 56
Binary 10001010 10111010 101111 11010 0 1001011 11011 1010001 111100 101110

Color Harmonies of #8ABA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA2F

Black with #8ABA2F

Text Example


Text Example

White with #8ABA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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