Html Css Color HEX #9EA90E Citrus

📋 copy color: '#9EA90E'

red 158 ◦ green 169 ◦ blue 14

#9EA90E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9EA90E

Tints of Citrus #9EA90E

RGB

 RED value IS 158 (62.11% from 255) = 46.33%

 GREEN value IS 169 (66.41% from 255) = 49.56%

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 46.33%
G = 49.56%
B = 4.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#9EA90E (or 0x9EA90E) is known color: Citrus. HEX triplet: 9E, A9 and 0E. RGB value is (158,169,14). Sum of RGB (Red+Green+Blue) = 158+169+14=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA90E is #6156F1. Grayscale: #949494. Windows color (decimal): -6379250 or 960926. OLE color: 960926.

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

Color convert

RGB 158 169 14 -
CMYK 0.07 0 0.92 0.34
HSL 64.26º 0.85% 0.36% -
HSV(B) 64.26º 0.92% 0.66% -
XYZ 28.37 35.68 5.81 -
YUV 148.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 158 169 14 0.07 0 0.92 0.34 64.26 0.85 0.36
Hex 9E A9 E 7 0 5C 22 40 55 24
Octal 236 251 16 7 0 134 42 100 125 44
Binary 10011110 10101001 1110 111 0 1011100 100010 1000000 1010101 100100

Color Harmonies of #9EA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA90E

Black with #9EA90E

Text Example


Text Example

White with #9EA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA90E;
 }
 .AnyTagClassName
 {
   color: #9EA90E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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