#9AA42F

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

Shades of Citron #9AA42F

Tints of Citron #9AA42F

Color information

#9AA42F (or 0x9AA42F) is unknown color: approx Citron. HEX triplet: 9A, A4 and 2F. RGB value is (154,164,47). Sum of RGB (Red+Green+Blue) = 154+164+47=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA42F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA42F is #655BD0. Grayscale: #949494. Windows color (decimal): -6642641 or 3122330. OLE color: 3122330.

HSL color Cylindrical-coordinate representation of color #9AA42F: hue angle of 65.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AA42F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB15416447-
CMYK0.0600.710.36
HSL65.13º55.45%41.37%-
HSV(B)65.13º71.34%64.31%-
XYZ27.1133.637.75-
YUV147.6771.19132.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 47 (18.75% from 255) = 12.88%
R=42.19%
G=44.93%
B=12.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154164470.0600.710.3665.1355.4541.37
Hex9AA42F604724413729
Octal2322445760107441016751
Binary1001101010100100101111110010001111001001000001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,47); }

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

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

 a { background-color: rgb(154,164,47); }

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

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

 span { border-color: rgb(154,164,47); }

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