#9AB501

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

Shades of Citrus #9AB501

Tints of Citrus #9AB501

Color information

#9AB501 (or 0x9AB501) is unknown color: approx Citrus. HEX triplet: 9A, B5 and 01. RGB value is (154,181,1). Sum of RGB (Red+Green+Blue) = 154+181+1=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB501 is #654AFE. Grayscale: #999999. Windows color (decimal): -6638335 or 112026. OLE color: 112026.

HSL color Cylindrical-coordinate representation of color #9AB501: hue angle of 69º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AB501 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1541811-
CMYK0.1500.990.29
HSL69º98.9%35.69%-
HSV(B)69º99.45%70.98%-
XYZ29.8639.926.16-
YUV152.4142.55129.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 181 (71.09% from 255) = 53.87%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=45.83%
G=53.87%
B=0.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15418110.1500.990.296998.935.69
Hex9AB51F0631D456324
Octal23226511701433510514344
Binary100110101011010111111011000111110110001011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,181,1); }

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

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

 a { background-color: rgb(154,181,1); }

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

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

 span { border-color: rgb(154,181,1); }

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