#9EA92A

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

Shades of Citron #9EA92A

Tints of Citron #9EA92A

Color information

#9EA92A (or 0x9EA92A) is unknown color: approx Citron. HEX triplet: 9E, A9 and 2A. RGB value is (158,169,42). Sum of RGB (Red+Green+Blue) = 158+169+42=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA92A is #6156D5. Grayscale: #979797. Windows color (decimal): -6379222 or 2795934. OLE color: 2795934.

HSL color Cylindrical-coordinate representation of color #9EA92A: hue angle of 65.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EA92A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB15816942-
CMYK0.0700.750.34
HSL65.2º60.19%41.37%-
HSV(B)65.2º75.15%66.27%-
XYZ28.7135.817.59-
YUV151.2366.36132.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=42.82%
G=45.80%
B=11.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal158169420.0700.750.3465.260.1941.37
Hex9EA92A704B22413c29
Octal2362515270113421017451
Binary1001111010101001101010111010010111000101000001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,42); }

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

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

 a { background-color: rgb(158,169,42); }

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

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

 span { border-color: rgb(158,169,42); }

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