Html Css Color HEX #A0C615 Bahia

📋 copy color: '#A0C615'

red 160 ◦ green 198 ◦ blue 21

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

Shades of Bahia #A0C615

Tints of Bahia #A0C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.24%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 42.22%
G = 52.24%
B = 5.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#A0C615 (or 0xA0C615) is known color: Bahia. HEX triplet: A0, C6 and 15. RGB value is (160,198,21). Sum of RGB (Red+Green+Blue) = 160+198+21=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C615 is #5F39EA. Grayscale: #A7A7A7. Windows color (decimal): -6240747 or 1427104. OLE color: 1427104.

HSL color Cylindrical-coordinate representation of color #A0C615: hue angle of 72.88º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0C615 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 21 -
CMYK 0.19 0 0.89 0.22
HSL 72.88º 0.81% 0.43% -
HSV(B) 72.88º 0.89% 0.78% -
XYZ 34.83 47.92 8.12 -
YUV 166.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 160 198 21 0.19 0 0.89 0.22 72.88 0.81 0.43
Hex A0 C6 15 13 0 59 16 49 51 2B
Octal 240 306 25 23 0 131 26 111 121 53
Binary 10100000 11000110 10101 10011 0 1011001 10110 1001001 1010001 101011

Color Harmonies of #A0C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C615

Black with #A0C615

Text Example


Text Example

White with #A0C615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C615; }

 p { color: rgb(160,198,21); }

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

background-color css

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

 a { background-color: rgb(160,198,21); }

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

border-color css

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

 span { border-color: rgb(160,198,21); }

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