#9D9E00

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

Shades of Citrus #9D9E00

Tints of Citrus #9D9E00

Color information

#9D9E00 (or 0x9D9E00) is unknown color: approx Citrus. HEX triplet: 9D, 9E and 00. RGB value is (157,158,0). Sum of RGB (Red+Green+Blue) = 157+158+0=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #9D9E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9E00 is #6261FF. Grayscale: #8C8C8C. Windows color (decimal): -6447616 or 40605. OLE color: 40605.

HSL color Cylindrical-coordinate representation of color #9D9E00: hue angle of 60.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D9E00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1571580-
CMYK0.01010.38
HSL60.38º100%30.98%-
HSV(B)60.38º100%61.96%-
XYZ26.1331.624.73-
YUV139.6949.17140.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.84%
G=50.16%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715800.01010.3860.3810030.98
Hex9D9E01064263c641f
Octal235236010144467414437
Binary10011101100111100101100100100110111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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