#9AAB1C

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

Shades of Citron #9AAB1C

Tints of Citron #9AAB1C

Color information

#9AAB1C (or 0x9AAB1C) is unknown color: approx Citron. HEX triplet: 9A, AB and 1C. RGB value is (154,171,28). Sum of RGB (Red+Green+Blue) = 154+171+28=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAB1C is #6554E3. Grayscale: #969696. Windows color (decimal): -6640868 or 1878938. OLE color: 1878938.

HSL color Cylindrical-coordinate representation of color #9AAB1C: hue angle of 67.13º 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 #9AAB1C is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB15417128-
CMYK0.1000.840.33
HSL67.13º71.86%39.02%-
HSV(B)67.13º83.63%67.06%-
XYZ28.136.086.58-
YUV149.6259.37131.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=43.63%
G=48.44%
B=7.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154171280.1000.840.3367.1371.8639.02
Hex9AAB1CA05421434827
Octal232253341201244110311047
Binary10011010101010111110010100101010010000110000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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