#9AB40A

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

Shades of Citrus #9AB40A

Tints of Citrus #9AB40A

Color information

#9AB40A (or 0x9AB40A) is unknown color: approx Citrus. HEX triplet: 9A, B4 and 0A. RGB value is (154,180,10). Sum of RGB (Red+Green+Blue) = 154+180+10=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB40A is #654BF5. Grayscale: #999999. Windows color (decimal): -6638582 or 701594. OLE color: 701594.

HSL color Cylindrical-coordinate representation of color #9AB40A: hue angle of 69.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AB40A is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB15418010-
CMYK0.1400.940.29
HSL69.18º89.47%37.25%-
HSV(B)69.18º94.44%70.59%-
XYZ29.739.536.35-
YUV152.8547.39128.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 180 (70.70% from 255) = 52.33%
BLUE value IS 10 (4.30% from 255) = 2.91%
R=44.77%
G=52.33%
B=2.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180100.1400.940.2969.1889.4737.25
Hex9AB4AE05E1D455925
Octal232264121601363510513145
Binary100110101011010010101110010111101110110001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,10); }

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

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

 a { background-color: rgb(154,180,10); }

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

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

 span { border-color: rgb(154,180,10); }

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