Html Css Color HEX #9AAE3F Limerick

📋 copy color: '#9AAE3F'

red 154 ◦ green 174 ◦ blue 63

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

Shades of Limerick #9AAE3F

Tints of Limerick #9AAE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.11%

R = 39.39%
G = 44.5%
B = 16.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#9AAE3F (or 0x9AAE3F) is known color: Limerick. HEX triplet: 9A, AE and 3F. RGB value is (154,174,63). Sum of RGB (Red+Green+Blue) = 154+174+63=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE3F is #6551C0. Grayscale: #9B9B9B. Windows color (decimal): -6640065 or 4173466. OLE color: 4173466.

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

Color convert

RGB 154 174 63 -
CMYK 0.11 0 0.64 0.32
HSL 70.81º 0.47% 0.46% -
HSV(B) 70.81º 0.64% 0.68% -
XYZ 29.36 37.5 10.39 -
YUV 155.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 154 174 63 0.11 0 0.64 0.32 70.81 0.47 0.46
Hex 9A AE 3F B 0 40 20 47 2F 2E
Octal 232 256 77 13 0 100 40 107 57 56
Binary 10011010 10101110 111111 1011 0 1000000 100000 1000111 101111 101110

Color Harmonies of #9AAE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE3F

Black with #9AAE3F

Text Example


Text Example

White with #9AAE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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