#9EA30D

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

Shades of Citrus #9EA30D

Tints of Citrus #9EA30D

Color information

#9EA30D (or 0x9EA30D) is unknown color: approx Citrus. HEX triplet: 9E, A3 and 0D. RGB value is (158,163,13). Sum of RGB (Red+Green+Blue) = 158+163+13=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA30D is #615CF2. Grayscale: #919191. Windows color (decimal): -6380787 or 893854. OLE color: 893854.

HSL color Cylindrical-coordinate representation of color #9EA30D: hue angle of 62º 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 #9EA30D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB15816313-
CMYK0.0300.920.36
HSL62º85.23%34.51%-
HSV(B)62º92.02%63.92%-
XYZ27.2733.495.41-
YUV144.453.84137.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 163 (64.06% from 255) = 48.80%
BLUE value IS 13 (5.47% from 255) = 3.89%
R=47.31%
G=48.80%
B=3.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158163130.0300.920.366285.2334.51
Hex9EA3D305C243e5523
Octal2362431530134447612543
Binary1001111010100011110111010111001001001111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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