Html Css Color HEX #9AAF3D Limerick

📋 copy color: '#9AAF3D'

red 154 ◦ green 175 ◦ blue 61

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

Shades of Limerick #9AAF3D

Tints of Limerick #9AAF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 39.49%
G = 44.87%
B = 15.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#9AAF3D (or 0x9AAF3D) is known color: Limerick. HEX triplet: 9A, AF and 3D. RGB value is (154,175,61). Sum of RGB (Red+Green+Blue) = 154+175+61=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF3D is #6550C2. Grayscale: #9C9C9C. Windows color (decimal): -6639811 or 4042650. OLE color: 4042650.

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

Color convert

RGB 154 175 61 -
CMYK 0.12 0 0.65 0.31
HSL 71.05º 0.48% 0.46% -
HSV(B) 71.05º 0.65% 0.69% -
XYZ 29.5 37.87 10.17 -
YUV 155.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 154 175 61 0.12 0 0.65 0.31 71.05 0.48 0.46
Hex 9A AF 3D C 0 41 1F 47 30 2E
Octal 232 257 75 14 0 101 37 107 60 56
Binary 10011010 10101111 111101 1100 0 1000001 11111 1000111 110000 101110

Color Harmonies of #9AAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF3D

Black with #9AAF3D

Text Example


Text Example

White with #9AAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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