Html Css Color HEX #9CAC40 Limerick

📋 copy color: '#9CAC40'

red 156 ◦ green 172 ◦ blue 64

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

Shades of Limerick #9CAC40

Tints of Limerick #9CAC40

RGB

 RED value IS 156 (61.33% from 255) = 39.8%

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

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 39.8%
G = 43.88%
B = 16.33%

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

#9CAC40 (or 0x9CAC40) is known color: Limerick. HEX triplet: 9C, AC and 40. RGB value is (156,172,64). Sum of RGB (Red+Green+Blue) = 156+172+64=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC40 is #6353BF. Grayscale: #9B9B9B. Windows color (decimal): -6509504 or 4238492. OLE color: 4238492.

HSL color Cylindrical-coordinate representation of color #9CAC40: hue angle of 68.89º 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 #9CAC40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 64 -
CMYK 0.09 0 0.63 0.33
HSL 68.89º 0.46% 0.46% -
HSV(B) 68.89º 0.63% 0.67% -
XYZ 29.39 36.94 10.43 -
YUV 154.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 156 172 64 0.09 0 0.63 0.33 68.89 0.46 0.46
Hex 9C AC 40 9 0 3F 21 45 2E 2E
Octal 234 254 100 11 0 77 41 105 56 56
Binary 10011100 10101100 1000000 1001 0 111111 100001 1000101 101110 101110

Color Harmonies of #9CAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC40

Black with #9CAC40

Text Example


Text Example

White with #9CAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,64); }

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

background-color css

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

 a { background-color: rgb(156,172,64); }

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

border-color css

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

 span { border-color: rgb(156,172,64); }

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