Html Css Color HEX #8AB340 Limerick

📋 copy color: '#8AB340'

red 138 ◦ green 179 ◦ blue 64

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

Shades of Limerick #8AB340

Tints of Limerick #8AB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

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

R = 36.22%
G = 46.98%
B = 16.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#8AB340 (or 0x8AB340) is known color: Limerick. HEX triplet: 8A, B3 and 40. RGB value is (138,179,64). Sum of RGB (Red+Green+Blue) = 138+179+64=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB340 is #754CBF. Grayscale: #9A9A9A. Windows color (decimal): -7687360 or 4240266. OLE color: 4240266.

HSL color Cylindrical-coordinate representation of color #8AB340: hue angle of 81.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AB340 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 64 -
CMYK 0.23 0 0.64 0.30
HSL 81.39º 0.47% 0.48% -
HSV(B) 81.39º 0.64% 0.7% -
XYZ 27.53 38.01 10.74 -
YUV 153.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 138 179 64 0.23 0 0.64 0.30 81.39 0.47 0.48
Hex 8A B3 40 17 0 40 1E 51 2F 30
Octal 212 263 100 27 0 100 36 121 57 60
Binary 10001010 10110011 1000000 10111 0 1000000 11110 1010001 101111 110000

Color Harmonies of #8AB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB340

Black with #8AB340

Text Example


Text Example

White with #8AB340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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