Html Css Color HEX #A0C01D Bahia

📋 copy color: '#A0C01D'

red 160 ◦ green 192 ◦ blue 29

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

Shades of Bahia #A0C01D

Tints of Bahia #A0C01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 41.99%
G = 50.39%
B = 7.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A0C01D (or 0xA0C01D) is known color: Bahia. HEX triplet: A0, C0 and 1D. RGB value is (160,192,29). Sum of RGB (Red+Green+Blue) = 160+192+29=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C01D is #5F3FE2. Grayscale: #A4A4A4. Windows color (decimal): -6242275 or 1949856. OLE color: 1949856.

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

Color convert

RGB 160 192 29 -
CMYK 0.17 0 0.85 0.25
HSL 71.78º 0.74% 0.43% -
HSV(B) 71.78º 0.85% 0.75% -
XYZ 33.57 45.26 8.13 -
YUV 163.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 160 192 29 0.17 0 0.85 0.25 71.78 0.74 0.43
Hex A0 C0 1D 11 0 55 19 48 4A 2B
Octal 240 300 35 21 0 125 31 110 112 53
Binary 10100000 11000000 11101 10001 0 1010101 11001 1001000 1001010 101011

Color Harmonies of #A0C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C01D

Black with #A0C01D

Text Example


Text Example

White with #A0C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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