Html Css Color HEX #9EA40F Citrus

📋 copy color: '#9EA40F'

red 158 ◦ green 164 ◦ blue 15

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

Shades of Citrus #9EA40F

Tints of Citrus #9EA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.66%

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 46.88%
G = 48.66%
B = 4.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#9EA40F (or 0x9EA40F) is known color: Citrus. HEX triplet: 9E, A4 and 0F. RGB value is (158,164,15). Sum of RGB (Red+Green+Blue) = 158+164+15=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA40F is #615BF0. Grayscale: #919191. Windows color (decimal): -6380529 or 1025182. OLE color: 1025182.

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

Color convert

RGB 158 164 15 -
CMYK 0.04 0 0.91 0.36
HSL 62.42º 0.83% 0.35% -
HSV(B) 62.42º 0.91% 0.64% -
XYZ 27.46 33.85 5.54 -
YUV 145.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 158 164 15 0.04 0 0.91 0.36 62.42 0.83 0.35
Hex 9E A4 F 4 0 5B 24 3E 53 23
Octal 236 244 17 4 0 133 44 76 123 43
Binary 10011110 10100100 1111 100 0 1011011 100100 111110 1010011 100011

Color Harmonies of #9EA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA40F

Black with #9EA40F

Text Example


Text Example

White with #9EA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,15); }

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

background-color css

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

 a { background-color: rgb(158,164,15); }

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

border-color css

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

 span { border-color: rgb(158,164,15); }

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