Html Css Color HEX #8AB840 Limerick

📋 copy color: '#8AB840'

red 138 ◦ green 184 ◦ blue 64

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

Shades of Limerick #8AB840

Tints of Limerick #8AB840

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 35.75%
G = 47.67%
B = 16.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#8AB840 (or 0x8AB840) is known color: Limerick. HEX triplet: 8A, B8 and 40. RGB value is (138,184,64). Sum of RGB (Red+Green+Blue) = 138+184+64=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB840 is #7547BF. Grayscale: #9C9C9C. Windows color (decimal): -7686080 or 4241546. OLE color: 4241546.

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

Color convert

RGB 138 184 64 -
CMYK 0.25 0 0.65 0.28
HSL 83º 0.48% 0.49% -
HSV(B) 83º 0.65% 0.72% -
XYZ 28.55 40.05 11.08 -
YUV 156.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 138 184 64 0.25 0 0.65 0.28 83 0.48 0.49
Hex 8A B8 40 19 0 41 1C 53 30 31
Octal 212 270 100 31 0 101 34 123 60 61
Binary 10001010 10111000 1000000 11001 0 1000001 11100 1010011 110000 110001

Color Harmonies of #8AB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB840

Black with #8AB840

Text Example


Text Example

White with #8AB840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,64); }

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

background-color css

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

 a { background-color: rgb(138,184,64); }

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

border-color css

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

 span { border-color: rgb(138,184,64); }

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