Html Css Color HEX #8ABB2D Limerick

📋 copy color: '#8ABB2D'

red 138 ◦ green 187 ◦ blue 45

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

Shades of Limerick #8ABB2D

Tints of Limerick #8ABB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 37.3%
G = 50.54%
B = 12.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#8ABB2D (or 0x8ABB2D) is known color: Limerick. HEX triplet: 8A, BB and 2D. RGB value is (138,187,45). Sum of RGB (Red+Green+Blue) = 138+187+45=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB2D is #7544D2. Grayscale: #9C9C9C. Windows color (decimal): -7685331 or 2997130. OLE color: 2997130.

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

Color convert

RGB 138 187 45 -
CMYK 0.26 0 0.76 0.27
HSL 80.7º 0.61% 0.45% -
HSV(B) 80.7º 0.76% 0.73% -
XYZ 28.73 41.13 8.91 -
YUV 156.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 138 187 45 0.26 0 0.76 0.27 80.7 0.61 0.45
Hex 8A BB 2D 1A 0 4C 1B 51 3D 2D
Octal 212 273 55 32 0 114 33 121 75 55
Binary 10001010 10111011 101101 11010 0 1001100 11011 1010001 111101 101101

Color Harmonies of #8ABB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB2D

Black with #8ABB2D

Text Example


Text Example

White with #8ABB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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