Html Css Color HEX #A0CA21 Bahia

📋 copy color: '#A0CA21'

red 160 ◦ green 202 ◦ blue 33

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

Shades of Bahia #A0CA21

Tints of Bahia #A0CA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.35%

R = 40.51%
G = 51.14%
B = 8.35%

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

#A0CA21 (or 0xA0CA21) is known color: Bahia. HEX triplet: A0, CA and 21. RGB value is (160,202,33). Sum of RGB (Red+Green+Blue) = 160+202+33=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA21 is #5F35DE. Grayscale: #AAAAAA. Windows color (decimal): -6239711 or 2214560. OLE color: 2214560.

HSL color Cylindrical-coordinate representation of color #A0CA21: hue angle of 74.91º degrees, saturation: 0.72, 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 #A0CA21 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 33 -
CMYK 0.21 0 0.84 0.21
HSL 74.91º 0.72% 0.46% -
HSV(B) 74.91º 0.84% 0.79% -
XYZ 35.89 49.82 9.16 -
YUV 170.18 50.59 120.74 -
System Red Green Blue C M Y K H S L
Decimal 160 202 33 0.21 0 0.84 0.21 74.91 0.72 0.46
Hex A0 CA 21 15 0 54 15 4B 48 2E
Octal 240 312 41 25 0 124 25 113 110 56
Binary 10100000 11001010 100001 10101 0 1010100 10101 1001011 1001000 101110

Color Harmonies of #A0CA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA21

Black with #A0CA21

Text Example


Text Example

White with #A0CA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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