#9EC701

Color #9EC701 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9EC701

Tints of Citrus #9EC701

Color information

#9EC701 (or 0x9EC701) is unknown color: approx 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

RGB1581991-
CMYK0.2100.990.22
HSL72.42º99%39.22%-
HSV(B)72.42º99.5%78.04%-
XYZ34.5348.127.5-
YUV164.1735.92123.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15819910.2100.990.2272.429939.22
Hex9EC711506316486327
Octal23630712501432611014347
Binary1001111011000111110101011000111011010010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>