Html Css Color HEX #9CB42A Limerick

📋 copy color: '#9CB42A'

red 156 ◦ green 180 ◦ blue 42

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

Shades of Limerick #9CB42A

Tints of Limerick #9CB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 41.27%
G = 47.62%
B = 11.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#9CB42A (or 0x9CB42A) is known color: Limerick. HEX triplet: 9C, B4 and 2A. RGB value is (156,180,42). Sum of RGB (Red+Green+Blue) = 156+180+42=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB42A is #634BD5. Grayscale: #9D9D9D. Windows color (decimal): -6507478 or 2798748. OLE color: 2798748.

HSL color Cylindrical-coordinate representation of color #9CB42A: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CB42A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 42 -
CMYK 0.13 0 0.77 0.29
HSL 70.43º 0.62% 0.44% -
HSV(B) 70.43º 0.77% 0.71% -
XYZ 30.45 39.88 8.28 -
YUV 157.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 156 180 42 0.13 0 0.77 0.29 70.43 0.62 0.44
Hex 9C B4 2A D 0 4D 1D 46 3E 2C
Octal 234 264 52 15 0 115 35 106 76 54
Binary 10011100 10110100 101010 1101 0 1001101 11101 1000110 111110 101100

Color Harmonies of #9CB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB42A

Black with #9CB42A

Text Example


Text Example

White with #9CB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,42); }

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

background-color css

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

 a { background-color: rgb(156,180,42); }

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

border-color css

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

 span { border-color: rgb(156,180,42); }

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