Html Css Color HEX #9DAD35 Limerick

📋 copy color: '#9DAD35'

red 157 ◦ green 173 ◦ blue 53

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

Shades of Limerick #9DAD35

Tints of Limerick #9DAD35

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 53 (21.09% from 255) = 13.84%

R = 40.99%
G = 45.17%
B = 13.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#9DAD35 (or 0x9DAD35) is known color: Limerick. HEX triplet: 9D, AD and 35. RGB value is (157,173,53). Sum of RGB (Red+Green+Blue) = 157+173+53=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD35 is #6252CA. Grayscale: #9B9B9B. Windows color (decimal): -6443723 or 3517853. OLE color: 3517853.

HSL color Cylindrical-coordinate representation of color #9DAD35: hue angle of 68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DAD35 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 173 53 -
CMYK 0.09 0 0.69 0.32
HSL 68º 0.53% 0.44% -
HSV(B) 68º 0.69% 0.68% -
XYZ 29.49 37.31 9.02 -
YUV 154.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 157 173 53 0.09 0 0.69 0.32 68 0.53 0.44
Hex 9D AD 35 9 0 45 20 44 35 2C
Octal 235 255 65 11 0 105 40 104 65 54
Binary 10011101 10101101 110101 1001 0 1000101 100000 1000100 110101 101100

Color Harmonies of #9DAD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD35

Black with #9DAD35

Text Example


Text Example

White with #9DAD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,173,53); }

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

background-color css

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

 a { background-color: rgb(157,173,53); }

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

border-color css

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

 span { border-color: rgb(157,173,53); }

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