Html Css Color HEX #9AAE42 Limerick

📋 copy color: '#9AAE42'

red 154 ◦ green 174 ◦ blue 66

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

Shades of Limerick #9AAE42

Tints of Limerick #9AAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 39.09%
G = 44.16%
B = 16.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#9AAE42 (or 0x9AAE42) is known color: Limerick. HEX triplet: 9A, AE and 42. RGB value is (154,174,66). Sum of RGB (Red+Green+Blue) = 154+174+66=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE42 is #6551BD. Grayscale: #9C9C9C. Windows color (decimal): -6640062 or 4370074. OLE color: 4370074.

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

Color convert

RGB 154 174 66 -
CMYK 0.11 0 0.62 0.32
HSL 71.11º 0.45% 0.47% -
HSV(B) 71.11º 0.62% 0.68% -
XYZ 29.45 37.54 10.85 -
YUV 155.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 154 174 66 0.11 0 0.62 0.32 71.11 0.45 0.47
Hex 9A AE 42 B 0 3E 20 47 2D 2F
Octal 232 256 102 13 0 76 40 107 55 57
Binary 10011010 10101110 1000010 1011 0 111110 100000 1000111 101101 101111

Color Harmonies of #9AAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE42

Black with #9AAE42

Text Example


Text Example

White with #9AAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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