Html Css Color HEX #9DAD1A Citrus

📋 copy color: '#9DAD1A'

red 157 ◦ green 173 ◦ blue 26

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

Shades of Citrus #9DAD1A

Tints of Citrus #9DAD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 44.1%
G = 48.6%
B = 7.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#9DAD1A (or 0x9DAD1A) is known color: Citrus. HEX triplet: 9D, AD and 1A. RGB value is (157,173,26). Sum of RGB (Red+Green+Blue) = 157+173+26=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD1A is #6252E5. Grayscale: #989898. Windows color (decimal): -6443750 or 1748381. OLE color: 1748381.

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

Color convert

RGB 157 173 26 -
CMYK 0.09 0 0.85 0.32
HSL 66.53º 0.74% 0.39% -
HSV(B) 66.53º 0.85% 0.68% -
XYZ 29.03 37.13 6.61 -
YUV 151.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 157 173 26 0.09 0 0.85 0.32 66.53 0.74 0.39
Hex 9D AD 1A 9 0 55 20 43 4A 27
Octal 235 255 32 11 0 125 40 103 112 47
Binary 10011101 10101101 11010 1001 0 1010101 100000 1000011 1001010 100111

Color Harmonies of #9DAD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD1A

Black with #9DAD1A

Text Example


Text Example

White with #9DAD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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