#9AA108

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

Shades of Citrus #9AA108

Tints of Citrus #9AA108

Color information

#9AA108 (or 0x9AA108) is unknown color: approx Citrus. HEX triplet: 9A, A1 and 08. RGB value is (154,161,8). Sum of RGB (Red+Green+Blue) = 154+161+8=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA108 is #655EF7. Grayscale: #8E8E8E. Windows color (decimal): -6643448 or 565658. OLE color: 565658.

HSL color Cylindrical-coordinate representation of color #9AA108: hue angle of 62.75º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AA108 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1541618-
CMYK0.0400.950.37
HSL62.75º90.53%33.14%-
HSV(B)62.75º95.03%63.14%-
XYZ26.1232.385.1-
YUV141.4652.68136.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=47.68%
G=49.85%
B=2.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15416180.0400.950.3762.7590.5333.14
Hex9AA18405F253f5b21
Octal2322411040137457713341
Binary10011010101000011000100010111111001011111111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,8); }

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

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

 a { background-color: rgb(154,161,8); }

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

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

 span { border-color: rgb(154,161,8); }

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