#8AAF23

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

Shades of Limerick #8AAF23

Tints of Limerick #8AAF23

Color information

#8AAF23 (or 0x8AAF23) is unknown color: approx Limerick. HEX triplet: 8A, AF and 23. RGB value is (138,175,35). Sum of RGB (Red+Green+Blue) = 138+175+35=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF23 is #7550DC. Grayscale: #949494. Windows color (decimal): -7688413 or 2338698. OLE color: 2338698.

HSL color Cylindrical-coordinate representation of color #8AAF23: hue angle of 75.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AAF23 is Cyan = 0.21, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB13817535-
CMYK0.2100.80.31
HSL75.86º66.67%41.18%-
HSV(B)75.86º80%68.63%-
XYZ26.1136.187.2-
YUV147.9864.24120.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=39.66%
G=50.29%
B=10.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175350.2100.80.3175.8666.6741.18
Hex8AAF23150501F4c4329
Octal212257432501203711410351
Binary100010101010111110001110101010100001111110011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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