Html Css Color HEX #9EC701 Citrus

📋 copy color: '#9EC701'

red 158 ◦ green 199 ◦ blue 1

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

Shades of Citrus #9EC701

Tints of Citrus #9EC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.59%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 44.13%
G = 55.59%
B = 0.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9EC701 (or 0x9EC701) is known color: Citrus. HEX triplet: 9E, C7 and 01. RGB value is (158,199,1). Sum of RGB (Red+Green+Blue) = 158+199+1=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC701 is #6138FE. Grayscale: #A4A4A4. Windows color (decimal): -6371583 or 116638. OLE color: 116638.

HSL color Cylindrical-coordinate representation of color #9EC701: hue angle of 72.42º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC701 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 199 1 -
CMYK 0.21 0 0.99 0.22
HSL 72.42º 0.99% 0.39% -
HSV(B) 72.42º 0.99% 0.78% -
XYZ 34.53 48.12 7.5 -
YUV 164.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 158 199 1 0.21 0 0.99 0.22 72.42 0.99 0.39
Hex 9E C7 1 15 0 63 16 48 63 27
Octal 236 307 1 25 0 143 26 110 143 47
Binary 10011110 11000111 1 10101 0 1100011 10110 1001000 1100011 100111

Color Harmonies of #9EC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC701

Black with #9EC701

Text Example


Text Example

White with #9EC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,199,1); }

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

background-color css

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

 a { background-color: rgb(158,199,1); }

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

border-color css

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

 span { border-color: rgb(158,199,1); }

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