#9DAB00

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

Shades of Citrus #9DAB00

Tints of Citrus #9DAB00

Color information

#9DAB00 (or 0x9DAB00) is unknown color: approx Citrus. HEX triplet: 9D, AB and 00. RGB value is (157,171,0). Sum of RGB (Red+Green+Blue) = 157+171+0=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAB00 is #6254FF. Grayscale: #939393. Windows color (decimal): -6444288 or 43933. OLE color: 43933.

HSL color Cylindrical-coordinate representation of color #9DAB00: hue angle of 64.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DAB00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1571710-
CMYK0.08010.33
HSL64.91º100%33.53%-
HSV(B)64.91º100%67.06%-
XYZ28.4736.295.51-
YUV147.3244.86134.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.87%
G=52.13%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15717100.08010.3364.9110033.53
Hex9DAB0806421416422
Octal23525301001444110114442
Binary1001110110101011010000110010010000110000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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