Html Css Color HEX #9DAE2C Limerick

📋 copy color: '#9DAE2C'

red 157 ◦ green 174 ◦ blue 44

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

Shades of Limerick #9DAE2C

Tints of Limerick #9DAE2C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.4%

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 41.87%
G = 46.4%
B = 11.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#9DAE2C (or 0x9DAE2C) is known color: Limerick. HEX triplet: 9D, AE and 2C. RGB value is (157,174,44). Sum of RGB (Red+Green+Blue) = 157+174+44=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE2C is #6251D3. Grayscale: #9A9A9A. Windows color (decimal): -6443476 or 2928285. OLE color: 2928285.

HSL color Cylindrical-coordinate representation of color #9DAE2C: hue angle of 67.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DAE2C is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 44 -
CMYK 0.10 0 0.75 0.32
HSL 67.85º 0.6% 0.43% -
HSV(B) 67.85º 0.75% 0.68% -
XYZ 29.5 37.62 8.09 -
YUV 154.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 157 174 44 0.10 0 0.75 0.32 67.85 0.6 0.43
Hex 9D AE 2C A 0 4B 20 44 3C 2B
Octal 235 256 54 12 0 113 40 104 74 53
Binary 10011101 10101110 101100 1010 0 1001011 100000 1000100 111100 101011

Color Harmonies of #9DAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE2C

Black with #9DAE2C

Text Example


Text Example

White with #9DAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,44); }

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

background-color css

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

 a { background-color: rgb(157,174,44); }

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

border-color css

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

 span { border-color: rgb(157,174,44); }

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