Html Css Color HEX #8AB72D Limerick

📋 copy color: '#8AB72D'

red 138 ◦ green 183 ◦ blue 45

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

Shades of Limerick #8AB72D

Tints of Limerick #8AB72D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50%

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

R = 37.7%
G = 50%
B = 12.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#8AB72D (or 0x8AB72D) is known color: Limerick. HEX triplet: 8A, B7 and 2D. RGB value is (138,183,45). Sum of RGB (Red+Green+Blue) = 138+183+45=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB72D is #7548D2. Grayscale: #9A9A9A. Windows color (decimal): -7686355 or 2996106. OLE color: 2996106.

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

Color convert

RGB 138 183 45 -
CMYK 0.25 0 0.75 0.28
HSL 79.57º 0.61% 0.45% -
HSV(B) 79.57º 0.75% 0.72% -
XYZ 27.89 39.46 8.63 -
YUV 153.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 138 183 45 0.25 0 0.75 0.28 79.57 0.61 0.45
Hex 8A B7 2D 19 0 4B 1C 50 3D 2D
Octal 212 267 55 31 0 113 34 120 75 55
Binary 10001010 10110111 101101 11001 0 1001011 11100 1010000 111101 101101

Color Harmonies of #8AB72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB72D

Black with #8AB72D

Text Example


Text Example

White with #8AB72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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