Html Css Color HEX #A0C819 Bahia

📋 copy color: '#A0C819'

red 160 ◦ green 200 ◦ blue 25

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

Shades of Bahia #A0C819

Tints of Bahia #A0C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.95%

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 41.56%
G = 51.95%
B = 6.49%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A0C819 (or 0xA0C819) is known color: Bahia. HEX triplet: A0, C8 and 19. RGB value is (160,200,25). Sum of RGB (Red+Green+Blue) = 160+200+25=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C819 is #5F37E6. Grayscale: #A8A8A8. Windows color (decimal): -6240231 or 1689760. OLE color: 1689760.

HSL color Cylindrical-coordinate representation of color #A0C819: hue angle of 73.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C819 is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 25 -
CMYK 0.2 0 0.88 0.22
HSL 73.71º 0.78% 0.44% -
HSV(B) 73.71º 0.88% 0.78% -
XYZ 35.33 48.85 8.49 -
YUV 168.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 160 200 25 0.2 0 0.88 0.22 73.71 0.78 0.44
Hex A0 C8 19 14 0 58 16 4A 4E 2C
Octal 240 310 31 24 0 130 26 112 116 54
Binary 10100000 11001000 11001 10100 0 1011000 10110 1001010 1001110 101100

Color Harmonies of #A0C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C819

Black with #A0C819

Text Example


Text Example

White with #A0C819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C819; }

 p { color: rgb(160,200,25); }

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

background-color css

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

 a { background-color: rgb(160,200,25); }

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

border-color css

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

 span { border-color: rgb(160,200,25); }

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