Html Css Color HEX #A0CB20 Bahia

📋 copy color: '#A0CB20'

red 160 ◦ green 203 ◦ blue 32

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

Shades of Bahia #A0CB20

Tints of Bahia #A0CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.39%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 40.51%
G = 51.39%
B = 8.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#A0CB20 (or 0xA0CB20) is known color: Bahia. HEX triplet: A0, CB and 20. RGB value is (160,203,32). Sum of RGB (Red+Green+Blue) = 160+203+32=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB20 is #5F34DF. Grayscale: #ABABAB. Windows color (decimal): -6239456 or 2149280. OLE color: 2149280.

HSL color Cylindrical-coordinate representation of color #A0CB20: hue angle of 75.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0CB20 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 32 -
CMYK 0.21 0 0.84 0.20
HSL 75.09º 0.73% 0.46% -
HSV(B) 75.09º 0.84% 0.8% -
XYZ 36.11 50.29 9.17 -
YUV 170.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 160 203 32 0.21 0 0.84 0.20 75.09 0.73 0.46
Hex A0 CB 20 15 0 54 14 4B 49 2E
Octal 240 313 40 25 0 124 24 113 111 56
Binary 10100000 11001011 100000 10101 0 1010100 10100 1001011 1001001 101110

Color Harmonies of #A0CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB20

Black with #A0CB20

Text Example


Text Example

White with #A0CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB20; }

 p { color: rgb(160,203,32); }

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

background-color css

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

 a { background-color: rgb(160,203,32); }

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

border-color css

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

 span { border-color: rgb(160,203,32); }

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