#9AAA1A

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

Shades of Citron #9AAA1A

Tints of Citron #9AAA1A

Color information

#9AAA1A (or 0x9AAA1A) is unknown color: approx Citron. HEX triplet: 9A, AA and 1A. RGB value is (154,170,26). Sum of RGB (Red+Green+Blue) = 154+170+26=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA1A is #6555E5. Grayscale: #959595. Windows color (decimal): -6641126 or 1747610. OLE color: 1747610.

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

Color convert

RGB15417026-
CMYK0.0900.850.33
HSL66.67º73.47%38.43%-
HSV(B)66.67º84.71%66.67%-
XYZ27.8935.696.4-
YUV148.858.7131.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 26 (10.55% from 255) = 7.43%
R=44%
G=48.57%
B=7.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170260.0900.850.3366.6773.4738.43
Hex9AAA1A905521434926
Octal232252321101254110311146
Binary10011010101010101101010010101010110000110000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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