#9AAF3C

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

Shades of Limerick #9AAF3C

Tints of Limerick #9AAF3C

Color information

#9AAF3C (or 0x9AAF3C) is unknown color: approx Limerick. HEX triplet: 9A, AF and 3C. RGB value is (154,175,60). Sum of RGB (Red+Green+Blue) = 154+175+60=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF3C is #6550C3. Grayscale: #9C9C9C. Windows color (decimal): -6639812 or 3977114. OLE color: 3977114.

HSL color Cylindrical-coordinate representation of color #9AAF3C: hue angle of 70.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AAF3C is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB15417560-
CMYK0.1200.660.31
HSL70.96º48.94%46.08%-
HSV(B)70.96º65.71%68.63%-
XYZ29.4737.8610.03-
YUV155.6174.04126.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=39.59%
G=44.99%
B=15.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175600.1200.660.3170.9648.9446.08
Hex9AAF3CC0421F47312e
Octal23225774140102371076156
Binary1001101010101111111100110001000010111111000111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,60); }

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

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

 a { background-color: rgb(154,175,60); }

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

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

 span { border-color: rgb(154,175,60); }

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