#9ABB0F

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

Shades of Citrus #9ABB0F

Tints of Citrus #9ABB0F

Color information

#9ABB0F (or 0x9ABB0F) is unknown color: approx Citrus. HEX triplet: 9A, BB and 0F. RGB value is (154,187,15). Sum of RGB (Red+Green+Blue) = 154+187+15=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABB0F is #6544F0. Grayscale: #9E9E9E. Windows color (decimal): -6636785 or 1031066. OLE color: 1031066.

HSL color Cylindrical-coordinate representation of color #9ABB0F: hue angle of 71.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9ABB0F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB15418715-
CMYK0.1800.920.27
HSL71.51º85.15%39.61%-
HSV(B)71.51º91.98%73.33%-
XYZ31.1842.457-
YUV157.5247.57125.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 15 (6.25% from 255) = 4.21%
R=43.26%
G=52.53%
B=4.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187150.1800.920.2771.5185.1539.61
Hex9ABBF1205C1B485528
Octal232273172201343311012550
Binary1001101010111011111110010010111001101110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,15); }

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

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

 a { background-color: rgb(154,187,15); }

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

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

 span { border-color: rgb(154,187,15); }

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