#9FAE38

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

Shades of Limerick #9FAE38

Tints of Limerick #9FAE38

Color information

#9FAE38 (or 0x9FAE38) is unknown color: approx Limerick. HEX triplet: 9F, AE and 38. RGB value is (159,174,56). Sum of RGB (Red+Green+Blue) = 159+174+56=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAE38 is #6051C7. Grayscale: #9C9C9C. Windows color (decimal): -6312392 or 3714719. OLE color: 3714719.

HSL color Cylindrical-coordinate representation of color #9FAE38: hue angle of 67.63º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FAE38 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB15917456-
CMYK0.0900.680.32
HSL67.63º51.3%45.1%-
HSV(B)67.63º67.82%68.24%-
XYZ30.1537.939.47-
YUV156.0671.53130.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=40.87%
G=44.73%
B=14.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159174560.0900.680.3267.6351.345.1
Hex9FAE3890442044332d
Octal23725670110104401046355
Binary10011111101011101110001001010001001000001000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAE38; }

 p { color: rgb(159,174,56); }

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

<style>
 a { background-color: #9FAE38; }

 a { background-color: rgb(159,174,56); }

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

<style>
 span { border-color: #9FAE38; }

 span { border-color: rgb(159,174,56); }

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