#9AAF1B

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

Shades of Citrus #9AAF1B

Tints of Citrus #9AAF1B

Color information

#9AAF1B (or 0x9AAF1B) is unknown color: approx Citrus. HEX triplet: 9A, AF and 1B. RGB value is (154,175,27). Sum of RGB (Red+Green+Blue) = 154+175+27=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF1B is #6550E4. Grayscale: #989898. Windows color (decimal): -6639845 or 1814426. OLE color: 1814426.

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

Color convert

RGB15417527-
CMYK0.1200.850.31
HSL68.51º73.27%39.61%-
HSV(B)68.51º84.57%68.63%-
XYZ28.8537.616.78-
YUV151.8557.54129.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=43.26%
G=49.16%
B=7.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175270.1200.850.3168.5173.2739.61
Hex9AAF1BC0551F454928
Octal232257331401253710511150
Binary1001101010101111110111100010101011111110001011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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