#9DA40E

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

Shades of Citrus #9DA40E

Tints of Citrus #9DA40E

Color information

#9DA40E (or 0x9DA40E) is unknown color: approx Citrus. HEX triplet: 9D, A4 and 0E. RGB value is (157,164,14). Sum of RGB (Red+Green+Blue) = 157+164+14=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA40E is #625BF1. Grayscale: #919191. Windows color (decimal): -6446066 or 959645. OLE color: 959645.

HSL color Cylindrical-coordinate representation of color #9DA40E: hue angle of 62.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DA40E is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB15716414-
CMYK0.0400.910.36
HSL62.8º84.27%34.9%-
HSV(B)62.8º91.46%64.31%-
XYZ27.2633.755.49-
YUV144.8154.18136.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 14 (5.86% from 255) = 4.18%
R=46.87%
G=48.96%
B=4.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157164140.0400.910.3662.884.2734.9
Hex9DA4E405B243f5423
Octal2352441640133447712443
Binary10011101101001001110100010110111001001111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,14); }

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

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

 a { background-color: rgb(157,164,14); }

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

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

 span { border-color: rgb(157,164,14); }

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