Html Css Color HEX #8ABD2D Limerick

📋 copy color: '#8ABD2D'

red 138 ◦ green 189 ◦ blue 45

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

Shades of Limerick #8ABD2D

Tints of Limerick #8ABD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.81%

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

R = 37.1%
G = 50.81%
B = 12.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#8ABD2D (or 0x8ABD2D) is known color: Limerick. HEX triplet: 8A, BD and 2D. RGB value is (138,189,45). Sum of RGB (Red+Green+Blue) = 138+189+45=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD2D is #7542D2. Grayscale: #9D9D9D. Windows color (decimal): -7684819 or 2997642. OLE color: 2997642.

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

Color convert

RGB 138 189 45 -
CMYK 0.27 0 0.76 0.26
HSL 81.25º 0.62% 0.46% -
HSV(B) 81.25º 0.76% 0.74% -
XYZ 29.15 41.99 9.05 -
YUV 157.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 138 189 45 0.27 0 0.76 0.26 81.25 0.62 0.46
Hex 8A BD 2D 1B 0 4C 1A 51 3E 2E
Octal 212 275 55 33 0 114 32 121 76 56
Binary 10001010 10111101 101101 11011 0 1001100 11010 1010001 111110 101110

Color Harmonies of #8ABD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD2D

Black with #8ABD2D

Text Example


Text Example

White with #8ABD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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