Html Css Color HEX #A0D112 Bahia

📋 copy color: '#A0D112'

red 160 ◦ green 209 ◦ blue 18

#A0D112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A0D112

Tints of Bahia #A0D112

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

 GREEN value IS 209 (82.03% from 255) = 54.01%

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 41.34%
G = 54.01%
B = 4.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#A0D112 (or 0xA0D112) is known color: Bahia. HEX triplet: A0, D1 and 12. RGB value is (160,209,18). Sum of RGB (Red+Green+Blue) = 160+209+18=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D112 is #5F2EED. Grayscale: #ADADAD. Windows color (decimal): -6237934 or 1233312. OLE color: 1233312.

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

Color convert

RGB 160 209 18 -
CMYK 0.23 0 0.91 0.18
HSL 75.39º 0.84% 0.45% -
HSV(B) 75.39º 0.91% 0.82% -
XYZ 37.41 53.12 8.85 -
YUV 172.58 40.77 119.03 -
System Red Green Blue C M Y K H S L
Decimal 160 209 18 0.23 0 0.91 0.18 75.39 0.84 0.45
Hex A0 D1 12 17 0 5B 12 4B 54 2D
Octal 240 321 22 27 0 133 22 113 124 55
Binary 10100000 11010001 10010 10111 0 1011011 10010 1001011 1010100 101101

Color Harmonies of #A0D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D112

Black with #A0D112

Text Example


Text Example

White with #A0D112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D112; }

 p { color: rgb(160,209,18); }

 H1.HeaderClassName
 {
   color: #A0D112;
 }
 .AnyTagClassName
 {
   color: #A0D112;
 }
</style>

background-color css

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

 a { background-color: rgb(160,209,18); }

 div.DivClassName
 {
   background-color: #A0D112;
 }
 .BgClassName
 {
   background-color: #A0D112;
 }
</style>

border-color css

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

 span { border-color: rgb(160,209,18); }

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