#9ECF00

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

Shades of Citrus #9ECF00

Tints of Citrus #9ECF00

Color information

#9ECF00 (or 0x9ECF00) is unknown color: approx Citrus. HEX triplet: 9E, CF and 00. RGB value is (158,207,0). Sum of RGB (Red+Green+Blue) = 158+207+0=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF00 is #6130FF. Grayscale: #A9A9A9. Windows color (decimal): -6369536 or 53150. OLE color: 53150.

HSL color Cylindrical-coordinate representation of color #9ECF00: hue angle of 74.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ECF00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1582070-
CMYK0.24010.19
HSL74.2º100%40.59%-
HSV(B)74.2º100%81.18%-
XYZ36.4151.898.1-
YUV168.7532.77120.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 207 (81.25% from 255) = 56.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.29%
G=56.71%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15820700.24010.1974.210040.59
Hex9ECF018064134a6429
Octal23631703001442311214451
Binary1001111011001111011000011001001001110010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,0); }

 H1.HeaderClassName
 {
   color: #9ECF00;
 }
 .AnyTagClassName
 {
   color: #9ECF00;
 }
</style>
background-color css

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

 a { background-color: rgb(158,207,0); }

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

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

 span { border-color: rgb(158,207,0); }

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