#99AF37

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

Shades of Limerick #99AF37

Tints of Limerick #99AF37

Color information

#99AF37 (or 0x99AF37) is unknown color: approx Limerick. HEX triplet: 99, AF and 37. RGB value is (153,175,55). Sum of RGB (Red+Green+Blue) = 153+175+55=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF37 is #6650C8. Grayscale: #9B9B9B. Windows color (decimal): -6705353 or 3649433. OLE color: 3649433.

HSL color Cylindrical-coordinate representation of color #99AF37: hue angle of 71º degrees, saturation: 0.52, 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 #99AF37 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB15317555-
CMYK0.1300.690.31
HSL71º52.17%45.1%-
HSV(B)71º68.57%68.63%-
XYZ29.1637.719.36-
YUV154.7471.71126.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=39.95%
G=45.69%
B=14.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175550.1300.690.317152.1745.1
Hex99AF37D0451F47342d
Octal23125767150105371076455
Binary1001100110101111110111110101000101111111000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AF37; }

 p { color: rgb(153,175,55); }

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

<style>
 a { background-color: #99AF37; }

 a { background-color: rgb(153,175,55); }

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

<style>
 span { border-color: #99AF37; }

 span { border-color: rgb(153,175,55); }

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