#99AF1E

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

Shades of Limerick #99AF1E

Tints of Limerick #99AF1E

Color information

#99AF1E (or 0x99AF1E) is unknown color: approx Limerick. HEX triplet: 99, AF and 1E. RGB value is (153,175,30). Sum of RGB (Red+Green+Blue) = 153+175+30=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF1E is #6650E1. Grayscale: #989898. Windows color (decimal): -6705378 or 2011033. OLE color: 2011033.

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

Color convert

RGB15317530-
CMYK0.1300.830.31
HSL69.1º70.73%40.2%-
HSV(B)69.1º82.86%68.63%-
XYZ28.737.536.96-
YUV151.8959.21128.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 30 (12.11% from 255) = 8.38%
R=42.74%
G=48.88%
B=8.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175300.1300.830.3169.170.7340.2
Hex99AF1ED0531F454728
Octal231257361501233710510750
Binary1001100110101111111101101010100111111110001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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