Html Css Color HEX #A0C01A Bahia

📋 copy color: '#A0C01A'

red 160 ◦ green 192 ◦ blue 26

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

Shades of Bahia #A0C01A

Tints of Bahia #A0C01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 42.33%
G = 50.79%
B = 6.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#A0C01A (or 0xA0C01A) is known color: Bahia. HEX triplet: A0, C0 and 1A. RGB value is (160,192,26). Sum of RGB (Red+Green+Blue) = 160+192+26=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C01A is #5F3FE5. Grayscale: #A4A4A4. Windows color (decimal): -6242278 or 1753248. OLE color: 1753248.

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

Color convert

RGB 160 192 26 -
CMYK 0.17 0 0.86 0.25
HSL 71.57º 0.76% 0.43% -
HSV(B) 71.57º 0.86% 0.75% -
XYZ 33.53 45.25 7.94 -
YUV 163.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 160 192 26 0.17 0 0.86 0.25 71.57 0.76 0.43
Hex A0 C0 1A 11 0 56 19 48 4C 2B
Octal 240 300 32 21 0 126 31 110 114 53
Binary 10100000 11000000 11010 10001 0 1010110 11001 1001000 1001100 101011

Color Harmonies of #A0C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C01A

Black with #A0C01A

Text Example


Text Example

White with #A0C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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