#9AB01E

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

Shades of Citrus #9AB01E

Tints of Citrus #9AB01E

Color information

#9AB01E (or 0x9AB01E) is unknown color: approx Citrus. HEX triplet: 9A, B0 and 1E. RGB value is (154,176,30). Sum of RGB (Red+Green+Blue) = 154+176+30=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB01E is #654FE1. Grayscale: #999999. Windows color (decimal): -6639586 or 2011290. OLE color: 2011290.

HSL color Cylindrical-coordinate representation of color #9AB01E: hue angle of 69.04º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AB01E is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB15417630-
CMYK0.1200.830.31
HSL69.04º70.87%40.39%-
HSV(B)69.04º82.95%69.02%-
XYZ29.0938.017.03-
YUV152.7858.71128.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.78%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=42.78%
G=48.89%
B=8.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154176300.1200.830.3169.0470.8740.39
Hex9AB01EC0531F454728
Octal232260361401233710510750
Binary1001101010110000111101100010100111111110001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,30); }

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

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

 a { background-color: rgb(154,176,30); }

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

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

 span { border-color: rgb(154,176,30); }

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