Html Css Color HEX #9AAE32 Limerick

📋 copy color: '#9AAE32'

red 154 ◦ green 174 ◦ blue 50

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

Shades of Limerick #9AAE32

Tints of Limerick #9AAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 40.74%
G = 46.03%
B = 13.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#9AAE32 (or 0x9AAE32) is known color: Limerick. HEX triplet: 9A, AE and 32. RGB value is (154,174,50). Sum of RGB (Red+Green+Blue) = 154+174+50=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE32 is #6551CD. Grayscale: #9A9A9A. Windows color (decimal): -6640078 or 3321498. OLE color: 3321498.

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

Color convert

RGB 154 174 50 -
CMYK 0.11 0 0.71 0.32
HSL 69.68º 0.55% 0.44% -
HSV(B) 69.68º 0.71% 0.68% -
XYZ 29.04 37.37 8.7 -
YUV 153.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 154 174 50 0.11 0 0.71 0.32 69.68 0.55 0.44
Hex 9A AE 32 B 0 47 20 46 37 2C
Octal 232 256 62 13 0 107 40 106 67 54
Binary 10011010 10101110 110010 1011 0 1000111 100000 1000110 110111 101100

Color Harmonies of #9AAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE32

Black with #9AAE32

Text Example


Text Example

White with #9AAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,174,50); }

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

background-color css

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

 a { background-color: rgb(154,174,50); }

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

border-color css

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

 span { border-color: rgb(154,174,50); }

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