Html Css Color HEX #8ABF2A Limerick

📋 copy color: '#8ABF2A'

red 138 ◦ green 191 ◦ blue 42

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

Shades of Limerick #8ABF2A

Tints of Limerick #8ABF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 51.48%

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 37.2%
G = 51.48%
B = 11.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#8ABF2A (or 0x8ABF2A) is known color: Limerick. HEX triplet: 8A, BF and 2A. RGB value is (138,191,42). Sum of RGB (Red+Green+Blue) = 138+191+42=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF2A is #7540D5. Grayscale: #9E9E9E. Windows color (decimal): -7684310 or 2801546. OLE color: 2801546.

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

Color convert

RGB 138 191 42 -
CMYK 0.28 0 0.78 0.25
HSL 81.34º 0.64% 0.46% -
HSV(B) 81.34º 0.78% 0.75% -
XYZ 29.53 42.83 8.9 -
YUV 158.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 138 191 42 0.28 0 0.78 0.25 81.34 0.64 0.46
Hex 8A BF 2A 1C 0 4E 19 51 40 2E
Octal 212 277 52 34 0 116 31 121 100 56
Binary 10001010 10111111 101010 11100 0 1001110 11001 1010001 1000000 101110

Color Harmonies of #8ABF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF2A

Black with #8ABF2A

Text Example


Text Example

White with #8ABF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,42); }

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

background-color css

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

 a { background-color: rgb(138,191,42); }

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

border-color css

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

 span { border-color: rgb(138,191,42); }

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