#8AA830

Color #8AA830 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8AA830

Tints of Limerick #8AA830

Color information

#8AA830 (or 0x8AA830) is unknown color: approx Limerick. HEX triplet: 8A, A8 and 30. RGB value is (138,168,48). Sum of RGB (Red+Green+Blue) = 138+168+48=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA830 is #7557CF. Grayscale: #919191. Windows color (decimal): -7690192 or 3188874. OLE color: 3188874.

HSL color Cylindrical-coordinate representation of color #8AA830: hue angle of 75º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA830 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB13816848-
CMYK0.1800.710.34
HSL75º55.56%42.35%-
HSV(B)75º71.43%65.88%-
XYZ25.0233.627.97-
YUV145.3573.06122.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 48 (19.14% from 255) = 13.56%
R=38.98%
G=47.46%
B=13.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138168480.1800.710.347555.5642.35
Hex8AA83012047224b382a
Octal21225060220107421137052
Binary100010101010100011000010010010001111000101001011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,48); }

 H1.HeaderClassName
 {
   color: #8AA830;
 }
 .AnyTagClassName
 {
   color: #8AA830;
 }
</style>
background-color css

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

 a { background-color: rgb(138,168,48); }

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

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

 span { border-color: rgb(138,168,48); }

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