Html Css Color HEX #A0D015 Bahia

📋 copy color: '#A0D015'

red 160 ◦ green 208 ◦ blue 21

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

Shades of Bahia #A0D015

Tints of Bahia #A0D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.47%

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

R = 41.13%
G = 53.47%
B = 5.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#A0D015 (or 0xA0D015) is known color: Bahia. HEX triplet: A0, D0 and 15. RGB value is (160,208,21). Sum of RGB (Red+Green+Blue) = 160+208+21=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D015 is #5F2FEA. Grayscale: #ADADAD. Windows color (decimal): -6238187 or 1429664. OLE color: 1429664.

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

Color convert

RGB 160 208 21 -
CMYK 0.23 0 0.90 0.18
HSL 75.4º 0.82% 0.45% -
HSV(B) 75.4º 0.9% 0.82% -
XYZ 37.19 52.64 8.91 -
YUV 172.33 42.6 119.21 -
System Red Green Blue C M Y K H S L
Decimal 160 208 21 0.23 0 0.90 0.18 75.4 0.82 0.45
Hex A0 D0 15 17 0 5A 12 4B 52 2D
Octal 240 320 25 27 0 132 22 113 122 55
Binary 10100000 11010000 10101 10111 0 1011010 10010 1001011 1010010 101101

Color Harmonies of #A0D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D015

Black with #A0D015

Text Example


Text Example

White with #A0D015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D015; }

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

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

background-color css

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

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

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

border-color css

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

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

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