Html Css Color HEX #9ECA0E Citrus

📋 copy color: '#9ECA0E'

red 158 ◦ green 202 ◦ blue 14

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

Shades of Citrus #9ECA0E

Tints of Citrus #9ECA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.01%

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

R = 42.25%
G = 54.01%
B = 3.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#9ECA0E (or 0x9ECA0E) is known color: Citrus. HEX triplet: 9E, CA and 0E. RGB value is (158,202,14). Sum of RGB (Red+Green+Blue) = 158+202+14=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECA0E is #6135F1. Grayscale: #A8A8A8. Windows color (decimal): -6370802 or 969374. OLE color: 969374.

HSL color Cylindrical-coordinate representation of color #9ECA0E: hue angle of 74.04º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9ECA0E is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 202 14 -
CMYK 0.22 0 0.93 0.21
HSL 74.04º 0.87% 0.42% -
HSV(B) 74.04º 0.93% 0.79% -
XYZ 35.3 49.54 8.12 -
YUV 167.41 41.42 121.29 -
System Red Green Blue C M Y K H S L
Decimal 158 202 14 0.22 0 0.93 0.21 74.04 0.87 0.42
Hex 9E CA E 16 0 5D 15 4A 57 2A
Octal 236 312 16 26 0 135 25 112 127 52
Binary 10011110 11001010 1110 10110 0 1011101 10101 1001010 1010111 101010

Color Harmonies of #9ECA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA0E

Black with #9ECA0E

Text Example


Text Example

White with #9ECA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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