#9DA30D

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

Shades of Citrus #9DA30D

Tints of Citrus #9DA30D

Color information

#9DA30D (or 0x9DA30D) is unknown color: approx Citrus. HEX triplet: 9D, A3 and 0D. RGB value is (157,163,13). Sum of RGB (Red+Green+Blue) = 157+163+13=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA30D is #625CF2. Grayscale: #909090. Windows color (decimal): -6446323 or 893853. OLE color: 893853.

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

Color convert

RGB15716313-
CMYK0.0400.920.36
HSL62.4º85.23%34.51%-
HSV(B)62.4º92.02%63.92%-
XYZ27.0733.395.4-
YUV144.1154.01137.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 13 (5.47% from 255) = 3.90%
R=47.15%
G=48.95%
B=3.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157163130.0400.920.3662.485.2334.51
Hex9DA3D405C243e5523
Octal2352431540134447612543
Binary10011101101000111101100010111001001001111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,163,13); }

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

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

 a { background-color: rgb(157,163,13); }

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

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

 span { border-color: rgb(157,163,13); }

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