#9EA30C

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

Shades of Citrus #9EA30C

Tints of Citrus #9EA30C

Color information

#9EA30C (or 0x9EA30C) is unknown color: approx Citrus. HEX triplet: 9E, A3 and 0C. RGB value is (158,163,12). Sum of RGB (Red+Green+Blue) = 158+163+12=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA30C is #615CF3. Grayscale: #909090. Windows color (decimal): -6380788 or 828318. OLE color: 828318.

HSL color Cylindrical-coordinate representation of color #9EA30C: hue angle of 61.99º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EA30C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB15816312-
CMYK0.0300.930.36
HSL61.99º86.29%34.31%-
HSV(B)61.99º92.64%63.92%-
XYZ27.2633.495.38-
YUV144.2953.34137.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=47.45%
G=48.95%
B=3.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158163120.0300.930.3661.9986.2934.31
Hex9EA3C305D243e5622
Octal2362431430135447612642
Binary1001111010100011110011010111011001001111101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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