#9AB900

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

Shades of Citrus #9AB900

Tints of Citrus #9AB900

Color information

#9AB900 (or 0x9AB900) is unknown color: approx Citrus. HEX triplet: 9A, B9 and 00. RGB value is (154,185,0). Sum of RGB (Red+Green+Blue) = 154+185+0=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB900 is #6546FF. Grayscale: #9B9B9B. Windows color (decimal): -6637312 or 47514. OLE color: 47514.

HSL color Cylindrical-coordinate representation of color #9AB900: hue angle of 70.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AB900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1541850-
CMYK0.17010.27
HSL70.05º100%36.27%-
HSV(B)70.05º100%72.55%-
XYZ30.6841.576.41-
YUV154.6440.73127.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.43%
G=54.57%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15418500.17010.2770.0510036.27
Hex9AB90110641B466424
Octal23227102101443310614444
Binary1001101010111001010001011001001101110001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,0); }

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

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

 a { background-color: rgb(154,185,0); }

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

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

 span { border-color: rgb(154,185,0); }

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