#9AAF35

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

Shades of Limerick #9AAF35

Tints of Limerick #9AAF35

Color information

#9AAF35 (or 0x9AAF35) is unknown color: approx Limerick. HEX triplet: 9A, AF and 35. RGB value is (154,175,53). Sum of RGB (Red+Green+Blue) = 154+175+53=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF35 is #6550CA. Grayscale: #9B9B9B. Windows color (decimal): -6639819 or 3518362. OLE color: 3518362.

HSL color Cylindrical-coordinate representation of color #9AAF35: hue angle of 70.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AAF35 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB15417553-
CMYK0.1200.700.31
HSL70.33º53.51%44.71%-
HSV(B)70.33º69.71%68.63%-
XYZ29.337.799.12-
YUV154.8170.54127.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=40.31%
G=45.81%
B=13.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175530.1200.700.3170.3353.5144.71
Hex9AAF35C0461F46362d
Octal23225765140106371066655
Binary1001101010101111110101110001000110111111000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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