#9AAA1C

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

Shades of Citron #9AAA1C

Tints of Citron #9AAA1C

Color information

#9AAA1C (or 0x9AAA1C) is unknown color: approx Citron. HEX triplet: 9A, AA and 1C. RGB value is (154,170,28). Sum of RGB (Red+Green+Blue) = 154+170+28=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA1C is #6555E3. Grayscale: #959595. Windows color (decimal): -6641124 or 1878682. OLE color: 1878682.

HSL color Cylindrical-coordinate representation of color #9AAA1C: hue angle of 66.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AAA1C is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB15417028-
CMYK0.0900.840.33
HSL66.76º71.72%38.82%-
HSV(B)66.76º83.53%66.67%-
XYZ27.9135.76.52-
YUV149.0359.7131.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 28 (11.33% from 255) = 7.95%
R=43.75%
G=48.30%
B=7.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170280.0900.840.3366.7671.7238.82
Hex9AAA1C905421434827
Octal232252341101244110311047
Binary10011010101010101110010010101010010000110000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,28); }

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

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

 a { background-color: rgb(154,170,28); }

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

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

 span { border-color: rgb(154,170,28); }

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