#8aaa23

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

Shades of Limerick #8AAA23

Tints of Limerick #8AAA23

Color information

#8AAA23 (or 0x8AAA23) is unknown color: approx Limerick. HEX triplet: 8A, AA and 23. RGB value is (138,170,35). Sum of RGB (Red+Green+Blue) = 138+170+35=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA23 is #7555DC. Grayscale: #919191. Windows color (decimal): -7689693 or 2337418. OLE color: 2337418.

HSL color Cylindrical-coordinate representation of color #8AAA23: hue angle of 74.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AAA23 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB13817035-
CMYK0.1900.790.33
HSL74.22º65.85%40.2%-
HSV(B)74.22º79.41%66.67%-
XYZ25.1634.276.88-
YUV145.0465.9122.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 35 (14.06% from 255) = 10.20%
R=40.23%
G=49.56%
B=10.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170350.1900.790.3374.2265.8540.2
Hex8AAA231304F214a4228
Octal212252432301174111210250
Binary1000101010101010100011100110100111110000110010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aaa23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,35); }

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

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

 a { background-color: rgb(138,170,35); }

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

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

 span { border-color: rgb(138,170,35); }

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