#9AA80D

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

Shades of Citrus #9AA80D

Tints of Citrus #9AA80D

Color information

#9AA80D (or 0x9AA80D) is unknown color: approx Citrus. HEX triplet: 9A, A8 and 0D. RGB value is (154,168,13). Sum of RGB (Red+Green+Blue) = 154+168+13=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA80D is #6557F2. Grayscale: #929292. Windows color (decimal): -6641651 or 895130. OLE color: 895130.

HSL color Cylindrical-coordinate representation of color #9AA80D: hue angle of 65.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AA80D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB15416813-
CMYK0.0800.920.34
HSL65.42º85.64%35.49%-
HSV(B)65.42º92.26%65.88%-
XYZ27.434.95.67-
YUV146.1452.86133.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 13 (5.47% from 255) = 3.88%
R=45.97%
G=50.15%
B=3.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154168130.0800.920.3465.4285.6435.49
Hex9AA8D805C22415623
Octal232250151001344210112643
Binary1001101010101000110110000101110010001010000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,13); }

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

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

 a { background-color: rgb(154,168,13); }

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

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

 span { border-color: rgb(154,168,13); }

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