#9ABA00

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

Shades of Citrus #9ABA00

Tints of Citrus #9ABA00

Color information

#9ABA00 (or 0x9ABA00) is unknown color: approx Citrus. HEX triplet: 9A, BA and 00. RGB value is (154,186,0). Sum of RGB (Red+Green+Blue) = 154+186+0=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA00 is #6545FF. Grayscale: #9B9B9B. Windows color (decimal): -6637056 or 47770. OLE color: 47770.

HSL color Cylindrical-coordinate representation of color #9ABA00: hue angle of 70.32º 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 #9ABA00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1541860-
CMYK0.17010.27
HSL70.32º100%36.47%-
HSV(B)70.32º100%72.94%-
XYZ30.8941.996.48-
YUV155.2340.4127.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.29%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.29%
G=54.71%
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
Decimal15418600.17010.2770.3210036.47
Hex9ABA0110641B466424
Octal23227202101443310614444
Binary1001101010111010010001011001001101110001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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