#9FAF36

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

Shades of Limerick #9FAF36

Tints of Limerick #9FAF36

Color information

#9FAF36 (or 0x9FAF36) is unknown color: approx Limerick. HEX triplet: 9F, AF and 36. RGB value is (159,175,54). Sum of RGB (Red+Green+Blue) = 159+175+54=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF36 is #6050C9. Grayscale: #9C9C9C. Windows color (decimal): -6312138 or 3583903. OLE color: 3583903.

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

Color convert

RGB15917554-
CMYK0.0900.690.31
HSL67.93º52.84%44.9%-
HSV(B)67.93º69.14%68.63%-
XYZ30.2938.39.29-
YUV156.4270.2129.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=40.98%
G=45.10%
B=13.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159175540.0900.690.3167.9352.8444.9
Hex9FAF3690451F44352d
Octal23725766110105371046555
Binary1001111110101111110110100101000101111111000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,54); }

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

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

 a { background-color: rgb(159,175,54); }

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

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

 span { border-color: rgb(159,175,54); }

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