#9AB316

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

Shades of Citrus #9AB316

Tints of Citrus #9AB316

Color information

#9AB316 (or 0x9AB316) is unknown color: approx Citrus. HEX triplet: 9A, B3 and 16. RGB value is (154,179,22). Sum of RGB (Red+Green+Blue) = 154+179+22=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB316 is #654CE9. Grayscale: #9A9A9A. Windows color (decimal): -6638826 or 1487770. OLE color: 1487770.

HSL color Cylindrical-coordinate representation of color #9AB316: hue angle of 69.55º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AB316 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB15417922-
CMYK0.1400.880.30
HSL69.55º78.11%39.41%-
HSV(B)69.55º87.71%70.2%-
XYZ29.5939.176.76-
YUV153.6353.72128.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.38%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=43.38%
G=50.42%
B=6.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154179220.1400.880.3069.5578.1139.41
Hex9AB316E0581E464e27
Octal232263261601303610611647
Binary1001101010110011101101110010110001111010001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,22); }

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

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

 a { background-color: rgb(154,179,22); }

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

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

 span { border-color: rgb(154,179,22); }

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