#9AAE10

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

Shades of Citrus #9AAE10

Tints of Citrus #9AAE10

Color information

#9AAE10 (or 0x9AAE10) is unknown color: approx Citrus. HEX triplet: 9A, AE and 10. RGB value is (154,174,16). Sum of RGB (Red+Green+Blue) = 154+174+16=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAE10 is #6551EF. Grayscale: #969696. Windows color (decimal): -6640112 or 1093274. OLE color: 1093274.

HSL color Cylindrical-coordinate representation of color #9AAE10: hue angle of 67.59º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AAE10 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB15417416-
CMYK0.1100.910.32
HSL67.59º83.16%37.25%-
HSV(B)67.59º90.8%68.24%-
XYZ28.5637.186.16-
YUV150.0152.37130.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 16 (6.64% from 255) = 4.65%
R=44.77%
G=50.58%
B=4.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154174160.1100.910.3267.5983.1637.25
Hex9AAE10B05B20445325
Octal232256201301334010412345
Binary10011010101011101000010110101101110000010001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,16); }

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

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

 a { background-color: rgb(154,174,16); }

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

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

 span { border-color: rgb(154,174,16); }

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