#8AAF30

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

Shades of Limerick #8AAF30

Tints of Limerick #8AAF30

Color information

#8AAF30 (or 0x8AAF30) is unknown color: approx Limerick. HEX triplet: 8A, AF and 30. RGB value is (138,175,48). Sum of RGB (Red+Green+Blue) = 138+175+48=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF30 is #7550CF. Grayscale: #959595. Windows color (decimal): -7688400 or 3190666. OLE color: 3190666.

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

Color convert

RGB13817548-
CMYK0.2100.730.31
HSL77.48º56.95%43.73%-
HSV(B)77.48º72.57%68.63%-
XYZ26.3436.288.41-
YUV149.4670.74119.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=38.23%
G=48.48%
B=13.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175480.2100.730.3177.4856.9543.73
Hex8AAF30150491F4d392c
Octal21225760250111371157154
Binary10001010101011111100001010101001001111111001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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