Html Css Color HEX #8AA728 Limerick

📋 copy color: '#8AA728'

red 138 ◦ green 167 ◦ blue 40

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

Shades of Limerick #8AA728

Tints of Limerick #8AA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.41%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 40%
G = 48.41%
B = 11.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#8AA728 (or 0x8AA728) is known color: Limerick. HEX triplet: 8A, A7 and 28. RGB value is (138,167,40). Sum of RGB (Red+Green+Blue) = 138+167+40=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA728 is #7558D7. Grayscale: #909090. Windows color (decimal): -7690456 or 2664330. OLE color: 2664330.

HSL color Cylindrical-coordinate representation of color #8AA728: hue angle of 73.7º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AA728 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 167 40 -
CMYK 0.17 0 0.76 0.35
HSL 73.7º 0.61% 0.41% -
HSV(B) 73.7º 0.76% 0.65% -
XYZ 24.68 33.19 7.11 -
YUV 143.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 138 167 40 0.17 0 0.76 0.35 73.7 0.61 0.41
Hex 8A A7 28 11 0 4C 23 4A 3D 29
Octal 212 247 50 21 0 114 43 112 75 51
Binary 10001010 10100111 101000 10001 0 1001100 100011 1001010 111101 101001

Color Harmonies of #8AA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA728

Black with #8AA728

Text Example


Text Example

White with #8AA728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,167,40); }

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

background-color css

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

 a { background-color: rgb(138,167,40); }

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

border-color css

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

 span { border-color: rgb(138,167,40); }

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