Html Css Color HEX #9AA53A Limerick

📋 copy color: '#9AA53A'

red 154 ◦ green 165 ◦ blue 58

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

Shades of Limerick #9AA53A

Tints of Limerick #9AA53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 40.85%
G = 43.77%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#9AA53A (or 0x9AA53A) is known color: Limerick. HEX triplet: 9A, A5 and 3A. RGB value is (154,165,58). Sum of RGB (Red+Green+Blue) = 154+165+58=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA53A is #655AC5. Grayscale: #959595. Windows color (decimal): -6642374 or 3843482. OLE color: 3843482.

HSL color Cylindrical-coordinate representation of color #9AA53A: hue angle of 66.17º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AA53A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 58 -
CMYK 0.07 0 0.65 0.35
HSL 66.17º 0.48% 0.44% -
HSV(B) 66.17º 0.65% 0.65% -
XYZ 27.55 34.09 9.13 -
YUV 149.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 154 165 58 0.07 0 0.65 0.35 66.17 0.48 0.44
Hex 9A A5 3A 7 0 41 23 42 30 2C
Octal 232 245 72 7 0 101 43 102 60 54
Binary 10011010 10100101 111010 111 0 1000001 100011 1000010 110000 101100

Color Harmonies of #9AA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA53A

Black with #9AA53A

Text Example


Text Example

White with #9AA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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