#9AA21F

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

Shades of Citron #9AA21F

Tints of Citron #9AA21F

Color information

#9AA21F (or 0x9AA21F) is unknown color: approx Citron. HEX triplet: 9A, A2 and 1F. RGB value is (154,162,31). Sum of RGB (Red+Green+Blue) = 154+162+31=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA21F is #655DE0. Grayscale: #919191. Windows color (decimal): -6643169 or 2073242. OLE color: 2073242.

HSL color Cylindrical-coordinate representation of color #9AA21F: hue angle of 63.66º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9AA21F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB15416231-
CMYK0.0500.810.36
HSL63.66º67.88%37.84%-
HSV(B)63.66º80.86%63.53%-
XYZ26.4932.816.23-
YUV144.6763.85134.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=44.38%
G=46.69%
B=8.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154162310.0500.810.3663.6667.8837.84
Hex9AA21F505124404426
Octal23224237501214410010446
Binary1001101010100010111111010101000110010010000001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,31); }

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

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

 a { background-color: rgb(154,162,31); }

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

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

 span { border-color: rgb(154,162,31); }

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