Html Css Color HEX #A0C719 Bahia

📋 copy color: '#A0C719'

red 160 ◦ green 199 ◦ blue 25

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

Shades of Bahia #A0C719

Tints of Bahia #A0C719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

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

R = 41.67%
G = 51.82%
B = 6.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#A0C719 (or 0xA0C719) is known color: Bahia. HEX triplet: A0, C7 and 19. RGB value is (160,199,25). Sum of RGB (Red+Green+Blue) = 160+199+25=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C719 is #5F38E6. Grayscale: #A8A8A8. Windows color (decimal): -6240487 or 1689504. OLE color: 1689504.

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

Color convert

RGB 160 199 25 -
CMYK 0.20 0 0.87 0.22
HSL 73.45º 0.78% 0.44% -
HSV(B) 73.45º 0.87% 0.78% -
XYZ 35.1 48.39 8.41 -
YUV 167.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 160 199 25 0.20 0 0.87 0.22 73.45 0.78 0.44
Hex A0 C7 19 14 0 57 16 49 4E 2C
Octal 240 307 31 24 0 127 26 111 116 54
Binary 10100000 11000111 11001 10100 0 1010111 10110 1001001 1001110 101100

Color Harmonies of #A0C719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C719

Black with #A0C719

Text Example


Text Example

White with #A0C719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C719; }

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

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

background-color css

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

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

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

border-color css

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

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

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