#9AD116

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

Shades of Bahia #9AD116

Tints of Bahia #9AD116

Color information

#9AD116 (or 0x9AD116) is unknown color: approx Bahia. HEX triplet: 9A, D1 and 16. RGB value is (154,209,22). Sum of RGB (Red+Green+Blue) = 154+209+22=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD116 is #652EE9. Grayscale: #ABABAB. Windows color (decimal): -6631146 or 1495450. OLE color: 1495450.

HSL color Cylindrical-coordinate representation of color #9AD116: hue angle of 77.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AD116 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB15420922-
CMYK0.2600.890.18
HSL77.65º80.95%45.29%-
HSV(B)77.65º89.47%81.96%-
XYZ36.2752.538.99-
YUV171.2443.78115.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 22 (8.98% from 255) = 5.71%
R=40%
G=54.29%
B=5.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209220.2600.890.1877.6580.9545.29
Hex9AD1161A059124e512d
Octal232321263201312211612155
Binary10011010110100011011011010010110011001010011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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