Html Css Color HEX #9AAF41 Limerick

📋 copy color: '#9AAF41'

red 154 ◦ green 175 ◦ blue 65

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

Shades of Limerick #9AAF41

Tints of Limerick #9AAF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 39.09%
G = 44.42%
B = 16.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#9AAF41 (or 0x9AAF41) is known color: Limerick. HEX triplet: 9A, AF and 41. RGB value is (154,175,65). Sum of RGB (Red+Green+Blue) = 154+175+65=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF41 is #6550BE. Grayscale: #9C9C9C. Windows color (decimal): -6639807 or 4304794. OLE color: 4304794.

HSL color Cylindrical-coordinate representation of color #9AAF41: hue angle of 71.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AAF41 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 65 -
CMYK 0.12 0 0.63 0.31
HSL 71.45º 0.46% 0.47% -
HSV(B) 71.45º 0.63% 0.69% -
XYZ 29.61 37.91 10.76 -
YUV 156.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 154 175 65 0.12 0 0.63 0.31 71.45 0.46 0.47
Hex 9A AF 41 C 0 3F 1F 47 2E 2F
Octal 232 257 101 14 0 77 37 107 56 57
Binary 10011010 10101111 1000001 1100 0 111111 11111 1000111 101110 101111

Color Harmonies of #9AAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF41

Black with #9AAF41

Text Example


Text Example

White with #9AAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,65); }

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

background-color css

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

 a { background-color: rgb(154,175,65); }

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

border-color css

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

 span { border-color: rgb(154,175,65); }

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