Html Css Color HEX #9AAF42 Limerick

📋 copy color: '#9AAF42'

red 154 ◦ green 175 ◦ blue 66

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

Shades of Limerick #9AAF42

Tints of Limerick #9AAF42

RGB

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

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

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

R = 38.99%
G = 44.3%
B = 16.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#9AAF42 (or 0x9AAF42) is known color: Limerick. HEX triplet: 9A, AF and 42. RGB value is (154,175,66). Sum of RGB (Red+Green+Blue) = 154+175+66=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF42 is #6550BD. Grayscale: #9C9C9C. Windows color (decimal): -6639806 or 4370330. OLE color: 4370330.

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

Color convert

RGB 154 175 66 -
CMYK 0.12 0 0.62 0.31
HSL 71.56º 0.45% 0.47% -
HSV(B) 71.56º 0.62% 0.69% -
XYZ 29.64 37.92 10.91 -
YUV 156.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 154 175 66 0.12 0 0.62 0.31 71.56 0.45 0.47
Hex 9A AF 42 C 0 3E 1F 48 2D 2F
Octal 232 257 102 14 0 76 37 110 55 57
Binary 10011010 10101111 1000010 1100 0 111110 11111 1001000 101101 101111

Color Harmonies of #9AAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF42

Black with #9AAF42

Text Example


Text Example

White with #9AAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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