Html Css Color HEX #9DAC0A Citrus

📋 copy color: '#9DAC0A'

red 157 ◦ green 172 ◦ blue 10

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

Shades of Citrus #9DAC0A

Tints of Citrus #9DAC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.95%

R = 46.31%
G = 50.74%
B = 2.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#9DAC0A (or 0x9DAC0A) is known color: Citrus. HEX triplet: 9D, AC and 0A. RGB value is (157,172,10). Sum of RGB (Red+Green+Blue) = 157+172+10=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC0A is #6253F5. Grayscale: #959595. Windows color (decimal): -6444022 or 699549. OLE color: 699549.

HSL color Cylindrical-coordinate representation of color #9DAC0A: hue angle of 65.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DAC0A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 10 -
CMYK 0.09 0 0.94 0.33
HSL 65.56º 0.89% 0.36% -
HSV(B) 65.56º 0.94% 0.67% -
XYZ 28.71 36.7 5.86 -
YUV 149.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 157 172 10 0.09 0 0.94 0.33 65.56 0.89 0.36
Hex 9D AC A 9 0 5E 21 42 59 24
Octal 235 254 12 11 0 136 41 102 131 44
Binary 10011101 10101100 1010 1001 0 1011110 100001 1000010 1011001 100100

Color Harmonies of #9DAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC0A

Black with #9DAC0A

Text Example


Text Example

White with #9DAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,10); }

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

background-color css

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

 a { background-color: rgb(157,172,10); }

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

border-color css

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

 span { border-color: rgb(157,172,10); }

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