#8FAA38

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

Shades of Limerick #8FAA38

Tints of Limerick #8FAA38

Color information

#8FAA38 (or 0x8FAA38) is unknown color: approx Limerick. HEX triplet: 8F, AA and 38. RGB value is (143,170,56). Sum of RGB (Red+Green+Blue) = 143+170+56=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA38 is #7055C7. Grayscale: #959595. Windows color (decimal): -7361992 or 3713679. OLE color: 3713679.

HSL color Cylindrical-coordinate representation of color #8FAA38: hue angle of 74.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FAA38 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB14317056-
CMYK0.1600.670.33
HSL74.21º50.44%44.31%-
HSV(B)74.21º67.06%66.67%-
XYZ26.4234.879.08-
YUV148.9375.55123.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=38.75%
G=46.07%
B=15.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143170560.1600.670.3374.2150.4444.31
Hex8FAA3810043214a322c
Octal21725270200103411126254
Binary100011111010101011100010000010000111000011001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,56); }

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

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

 a { background-color: rgb(143,170,56); }

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

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

 span { border-color: rgb(143,170,56); }

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