Html Css Color HEX #A0CA20 Bahia

📋 copy color: '#A0CA20'

red 160 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A0CA20

Tints of Bahia #A0CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.27%

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

R = 40.61%
G = 51.27%
B = 8.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A0CA20 (or 0xA0CA20) is known color: Bahia. HEX triplet: A0, CA and 20. RGB value is (160,202,32). Sum of RGB (Red+Green+Blue) = 160+202+32=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA20 is #5F35DF. Grayscale: #AAAAAA. Windows color (decimal): -6239712 or 2149024. OLE color: 2149024.

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

Color convert

RGB 160 202 32 -
CMYK 0.21 0 0.84 0.21
HSL 74.82º 0.73% 0.46% -
HSV(B) 74.82º 0.84% 0.79% -
XYZ 35.88 49.82 9.09 -
YUV 170.06 50.09 120.82 -
System Red Green Blue C M Y K H S L
Decimal 160 202 32 0.21 0 0.84 0.21 74.82 0.73 0.46
Hex A0 CA 20 15 0 54 15 4B 49 2E
Octal 240 312 40 25 0 124 25 113 111 56
Binary 10100000 11001010 100000 10101 0 1010100 10101 1001011 1001001 101110

Color Harmonies of #A0CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA20

Black with #A0CA20

Text Example


Text Example

White with #A0CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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