#99af3d

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

Shades of Limerick #99AF3D

Tints of Limerick #99AF3D

Color information

#99AF3D (or 0x99AF3D) is unknown color: approx Limerick. HEX triplet: 99, AF and 3D. RGB value is (153,175,61). Sum of RGB (Red+Green+Blue) = 153+175+61=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF3D is #6650C2. Grayscale: #9B9B9B. Windows color (decimal): -6705347 or 4042649. OLE color: 4042649.

HSL color Cylindrical-coordinate representation of color #99AF3D: hue angle of 71.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99AF3D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB15317561-
CMYK0.1300.650.31
HSL71.58º48.31%46.27%-
HSV(B)71.58º65.14%68.63%-
XYZ29.3137.7710.16-
YUV155.4374.71126.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=39.33%
G=44.99%
B=15.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175610.1300.650.3171.5848.3146.27
Hex99AF3DD0411F48302e
Octal23125775150101371106056
Binary1001100110101111111101110101000001111111001000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99af3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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