#9AAF00

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

Shades of Citrus #9AAF00

Tints of Citrus #9AAF00

Color information

#9AAF00 (or 0x9AAF00) is unknown color: approx Citrus. HEX triplet: 9A, AF and 00. RGB value is (154,175,0). Sum of RGB (Red+Green+Blue) = 154+175+0=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAF00 is #6550FF. Grayscale: #959595. Windows color (decimal): -6639872 or 44954. OLE color: 44954.

HSL color Cylindrical-coordinate representation of color #9AAF00: hue angle of 67.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AAF00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1541750-
CMYK0.12010.31
HSL67.2º100%34.31%-
HSV(B)67.2º100%68.63%-
XYZ28.6637.535.73-
YUV148.7744.04131.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.81%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.81%
G=53.19%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15417500.12010.3167.210034.31
Hex9AAF0C0641F436422
Octal23225701401443710314442
Binary100110101010111101100011001001111110000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,0); }

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

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

 a { background-color: rgb(154,175,0); }

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

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

 span { border-color: rgb(154,175,0); }

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