Html Css Color HEX #9EA515 Citrus

📋 copy color: '#9EA515'

red 158 ◦ green 165 ◦ blue 21

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

Shades of Citrus #9EA515

Tints of Citrus #9EA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.97%

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 45.93%
G = 47.97%
B = 6.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#9EA515 (or 0x9EA515) is known color: Citrus. HEX triplet: 9E, A5 and 15. RGB value is (158,165,21). Sum of RGB (Red+Green+Blue) = 158+165+21=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA515 is #615AEA. Grayscale: #939393. Windows color (decimal): -6380267 or 1418654. OLE color: 1418654.

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

Color convert

RGB 158 165 21 -
CMYK 0.04 0 0.87 0.35
HSL 62.92º 0.77% 0.36% -
HSV(B) 62.92º 0.87% 0.65% -
XYZ 27.69 34.23 5.86 -
YUV 146.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 158 165 21 0.04 0 0.87 0.35 62.92 0.77 0.36
Hex 9E A5 15 4 0 57 23 3F 4D 24
Octal 236 245 25 4 0 127 43 77 115 44
Binary 10011110 10100101 10101 100 0 1010111 100011 111111 1001101 100100

Color Harmonies of #9EA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA515

Black with #9EA515

Text Example


Text Example

White with #9EA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,21); }

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

background-color css

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

 a { background-color: rgb(158,165,21); }

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

border-color css

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

 span { border-color: rgb(158,165,21); }

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