Html Css Color HEX #A0C016 Bahia

📋 copy color: '#A0C016'

red 160 ◦ green 192 ◦ blue 22

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

Shades of Bahia #A0C016

Tints of Bahia #A0C016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 42.78%
G = 51.34%
B = 5.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A0C016 (or 0xA0C016) is known color: Bahia. HEX triplet: A0, C0 and 16. RGB value is (160,192,22). Sum of RGB (Red+Green+Blue) = 160+192+22=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C016 is #5F3FE9. Grayscale: #A3A3A3. Windows color (decimal): -6242282 or 1491104. OLE color: 1491104.

HSL color Cylindrical-coordinate representation of color #A0C016: hue angle of 71.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0C016 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 22 -
CMYK 0.17 0 0.89 0.25
HSL 71.29º 0.79% 0.42% -
HSV(B) 71.29º 0.89% 0.75% -
XYZ 33.49 45.23 7.72 -
YUV 163.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 160 192 22 0.17 0 0.89 0.25 71.29 0.79 0.42
Hex A0 C0 16 11 0 59 19 47 4F 2A
Octal 240 300 26 21 0 131 31 107 117 52
Binary 10100000 11000000 10110 10001 0 1011001 11001 1000111 1001111 101010

Color Harmonies of #A0C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C016

Black with #A0C016

Text Example


Text Example

White with #A0C016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C016; }

 p { color: rgb(160,192,22); }

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

background-color css

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

 a { background-color: rgb(160,192,22); }

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

border-color css

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

 span { border-color: rgb(160,192,22); }

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