Html Css Color HEX #A0C11B Bahia

📋 copy color: '#A0C11B'

red 160 ◦ green 193 ◦ blue 27

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

Shades of Bahia #A0C11B

Tints of Bahia #A0C11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 27 (10.94% from 255) = 7.11%

R = 42.11%
G = 50.79%
B = 7.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#A0C11B (or 0xA0C11B) is known color: Bahia. HEX triplet: A0, C1 and 1B. RGB value is (160,193,27). Sum of RGB (Red+Green+Blue) = 160+193+27=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C11B is #5F3EE4. Grayscale: #A4A4A4. Windows color (decimal): -6242021 or 1819040. OLE color: 1819040.

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

Color convert

RGB 160 193 27 -
CMYK 0.17 0 0.86 0.24
HSL 71.93º 0.75% 0.43% -
HSV(B) 71.93º 0.86% 0.76% -
XYZ 33.77 45.69 8.08 -
YUV 164.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 160 193 27 0.17 0 0.86 0.24 71.93 0.75 0.43
Hex A0 C1 1B 11 0 56 18 48 4B 2B
Octal 240 301 33 21 0 126 30 110 113 53
Binary 10100000 11000001 11011 10001 0 1010110 11000 1001000 1001011 101011

Color Harmonies of #A0C11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C11B

Black with #A0C11B

Text Example


Text Example

White with #A0C11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C11B; }

 p { color: rgb(160,193,27); }

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

background-color css

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

 a { background-color: rgb(160,193,27); }

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

border-color css

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

 span { border-color: rgb(160,193,27); }

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