Html Css Color HEX #8ABB2A Limerick

📋 copy color: '#8ABB2A'

red 138 ◦ green 187 ◦ blue 42

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

Shades of Limerick #8ABB2A

Tints of Limerick #8ABB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.95%

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

R = 37.6%
G = 50.95%
B = 11.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#8ABB2A (or 0x8ABB2A) is known color: Limerick. HEX triplet: 8A, BB and 2A. RGB value is (138,187,42). Sum of RGB (Red+Green+Blue) = 138+187+42=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB2A is #7544D5. Grayscale: #9C9C9C. Windows color (decimal): -7685334 or 2800522. OLE color: 2800522.

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

Color convert

RGB 138 187 42 -
CMYK 0.26 0 0.78 0.27
HSL 80.28º 0.63% 0.45% -
HSV(B) 80.28º 0.78% 0.73% -
XYZ 28.67 41.11 8.61 -
YUV 155.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 138 187 42 0.26 0 0.78 0.27 80.28 0.63 0.45
Hex 8A BB 2A 1A 0 4E 1B 50 3F 2D
Octal 212 273 52 32 0 116 33 120 77 55
Binary 10001010 10111011 101010 11010 0 1001110 11011 1010000 111111 101101

Color Harmonies of #8ABB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB2A

Black with #8ABB2A

Text Example


Text Example

White with #8ABB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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