#9DA125

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

Shades of Citron #9DA125

Tints of Citron #9DA125

Color information

#9DA125 (or 0x9DA125) is unknown color: approx Citron. HEX triplet: 9D, A1 and 25. RGB value is (157,161,37). Sum of RGB (Red+Green+Blue) = 157+161+37=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA125 is #625EDA. Grayscale: #929292. Windows color (decimal): -6446811 or 2466205. OLE color: 2466205.

HSL color Cylindrical-coordinate representation of color #9DA125: hue angle of 61.94º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DA125 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB15716137-
CMYK0.0200.770.37
HSL61.94º62.63%38.82%-
HSV(B)61.94º77.02%63.14%-
XYZ26.9832.796.66-
YUV145.6766.67136.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 37 (14.84% from 255) = 10.42%
R=44.23%
G=45.35%
B=10.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157161370.0200.770.3761.9462.6338.82
Hex9DA125204D253e3f27
Octal235241452011545767747
Binary10011101101000011001011001001101100101111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,37); }

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

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

 a { background-color: rgb(157,161,37); }

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

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

 span { border-color: rgb(157,161,37); }

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