#9AAF3A

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

Shades of Limerick #9AAF3A

Tints of Limerick #9AAF3A

Color information

#9AAF3A (or 0x9AAF3A) is unknown color: approx Limerick. HEX triplet: 9A, AF and 3A. RGB value is (154,175,58). Sum of RGB (Red+Green+Blue) = 154+175+58=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF3A is #6550C5. Grayscale: #9B9B9B. Windows color (decimal): -6639814 or 3846042. OLE color: 3846042.

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

Color convert

RGB15417558-
CMYK0.1200.670.31
HSL70.77º50.21%45.69%-
HSV(B)70.77º66.86%68.63%-
XYZ29.4237.849.76-
YUV155.3873.04127.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=39.79%
G=45.22%
B=14.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175580.1200.670.3170.7750.2145.69
Hex9AAF3AC0431F47322e
Octal23225772140103371076256
Binary1001101010101111111010110001000011111111000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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