Html Css Color HEX #9DAC3F Limerick

📋 copy color: '#9DAC3F'

red 157 ◦ green 172 ◦ blue 63

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

Shades of Limerick #9DAC3F

Tints of Limerick #9DAC3F

RGB

 RED value IS 157 (61.72% from 255) = 40.05%

 GREEN value IS 172 (67.58% from 255) = 43.88%

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

R = 40.05%
G = 43.88%
B = 16.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#9DAC3F (or 0x9DAC3F) is known color: Limerick. HEX triplet: 9D, AC and 3F. RGB value is (157,172,63). Sum of RGB (Red+Green+Blue) = 157+172+63=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAC3F is #6253C0. Grayscale: #9B9B9B. Windows color (decimal): -6443969 or 4172957. OLE color: 4172957.

HSL color Cylindrical-coordinate representation of color #9DAC3F: hue angle of 68.26º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DAC3F is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 63 -
CMYK 0.09 0 0.63 0.33
HSL 68.26º 0.46% 0.46% -
HSV(B) 68.26º 0.63% 0.67% -
XYZ 29.55 37.03 10.29 -
YUV 155.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 157 172 63 0.09 0 0.63 0.33 68.26 0.46 0.46
Hex 9D AC 3F 9 0 3F 21 44 2E 2E
Octal 235 254 77 11 0 77 41 104 56 56
Binary 10011101 10101100 111111 1001 0 111111 100001 1000100 101110 101110

Color Harmonies of #9DAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC3F

Black with #9DAC3F

Text Example


Text Example

White with #9DAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,63); }

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

background-color css

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

 a { background-color: rgb(157,172,63); }

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

border-color css

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

 span { border-color: rgb(157,172,63); }

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