#9AD012

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

Shades of Bahia #9AD012

Tints of Bahia #9AD012

Color information

#9AD012 (or 0x9AD012) is unknown color: approx Bahia. HEX triplet: 9A, D0 and 12. RGB value is (154,208,18). Sum of RGB (Red+Green+Blue) = 154+208+18=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD012 is #652FED. Grayscale: #AAAAAA. Windows color (decimal): -6631406 or 1233050. OLE color: 1233050.

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

Color convert

RGB15420818-
CMYK0.2600.910.18
HSL77.05º84.07%44.31%-
HSV(B)77.05º91.35%81.57%-
XYZ35.9952.038.72-
YUV170.1942.11116.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 208 (81.64% from 255) = 54.74%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=40.53%
G=54.74%
B=4.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154208180.2600.910.1877.0584.0744.31
Hex9AD0121A05B124d542c
Octal232320223201332211512454
Binary10011010110100001001011010010110111001010011011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,18); }

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

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

 a { background-color: rgb(154,208,18); }

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

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

 span { border-color: rgb(154,208,18); }

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