#9DAA1C

Color #9DAA1C Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9DAA1C

Tints of Citron #9DAA1C

Color information

#9DAA1C (or 0x9DAA1C) is unknown color: approx Citron. HEX triplet: 9D, AA and 1C. RGB value is (157,170,28). Sum of RGB (Red+Green+Blue) = 157+170+28=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA1C is #6255E3. Grayscale: #969696. Windows color (decimal): -6444516 or 1878685. OLE color: 1878685.

HSL color Cylindrical-coordinate representation of color #9DAA1C: hue angle of 65.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DAA1C is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB15717028-
CMYK0.0800.840.33
HSL65.49º71.72%38.82%-
HSV(B)65.49º83.53%66.67%-
XYZ28.49366.55-
YUV149.9359.19133.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 28 (11.33% from 255) = 7.89%
R=44.23%
G=47.89%
B=7.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170280.0800.840.3365.4971.7238.82
Hex9DAA1C805421414827
Octal235252341001244110111047
Binary10011101101010101110010000101010010000110000011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,28); }

 H1.HeaderClassName
 {
   color: #9DAA1C;
 }
 .AnyTagClassName
 {
   color: #9DAA1C;
 }
</style>
background-color css

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

 a { background-color: rgb(157,170,28); }

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

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

 span { border-color: rgb(157,170,28); }

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