#9FCE00

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

Shades of Citrus #9FCE00

Tints of Citrus #9FCE00

Color information

#9FCE00 (or 0x9FCE00) is unknown color: approx Citrus. HEX triplet: 9F, CE and 00. RGB value is (159,206,0). Sum of RGB (Red+Green+Blue) = 159+206+0=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCE00 is #6031FF. Grayscale: #A9A9A9. Windows color (decimal): -6304256 or 52895. OLE color: 52895.

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

Color convert

RGB1592060-
CMYK0.23010.19
HSL73.69º100%40.39%-
HSV(B)73.69º100%80.78%-
XYZ36.3751.518.03-
YUV168.4632.93121.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 206 (80.86% from 255) = 56.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.56%
G=56.44%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15920600.23010.1973.6910040.39
Hex9FCE017064134a6428
Octal23731602701442311214450
Binary1001111111001110010111011001001001110010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,0); }

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

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

 a { background-color: rgb(159,206,0); }

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

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

 span { border-color: rgb(159,206,0); }

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