Html Css Color HEX #9AAD3D Limerick

📋 copy color: '#9AAD3D'

red 154 ◦ green 173 ◦ blue 61

#9AAD3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #9AAD3D

Tints of Limerick #9AAD3D

RGB

 RED value IS 154 (60.55% from 255) = 39.69%

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 39.69%
G = 44.59%
B = 15.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#9AAD3D (or 0x9AAD3D) is known color: Limerick. HEX triplet: 9A, AD and 3D. RGB value is (154,173,61). Sum of RGB (Red+Green+Blue) = 154+173+61=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAD3D is #6552C2. Grayscale: #9A9A9A. Windows color (decimal): -6640323 or 4042138. OLE color: 4042138.

HSL color Cylindrical-coordinate representation of color #9AAD3D: hue angle of 70.18º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AAD3D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 173 61 -
CMYK 0.11 0 0.65 0.32
HSL 70.18º 0.48% 0.46% -
HSV(B) 70.18º 0.65% 0.68% -
XYZ 29.11 37.09 10.04 -
YUV 154.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 154 173 61 0.11 0 0.65 0.32 70.18 0.48 0.46
Hex 9A AD 3D B 0 41 20 46 30 2E
Octal 232 255 75 13 0 101 40 106 60 56
Binary 10011010 10101101 111101 1011 0 1000001 100000 1000110 110000 101110

Color Harmonies of #9AAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD3D

Black with #9AAD3D

Text Example


Text Example

White with #9AAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,61); }

 H1.HeaderClassName
 {
   color: #9AAD3D;
 }
 .AnyTagClassName
 {
   color: #9AAD3D;
 }
</style>

background-color css

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

 a { background-color: rgb(154,173,61); }

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

border-color css

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

 span { border-color: rgb(154,173,61); }

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