Html Css Color HEX #A8CA20 Bahia

📋 copy color: '#A8CA20'

red 168 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A8CA20

Tints of Bahia #A8CA20

RGB

 RED value IS 168 (66.02% from 255) = 41.79%

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

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

R = 41.79%
G = 50.25%
B = 7.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A8CA20 (or 0xA8CA20) is known color: Bahia. HEX triplet: A8, CA and 20. RGB value is (168,202,32). Sum of RGB (Red+Green+Blue) = 168+202+32=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA20 is #5735DF. Grayscale: #ADADAD. Windows color (decimal): -5715424 or 2149032. OLE color: 2149032.

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

Color convert

RGB 168 202 32 -
CMYK 0.17 0 0.84 0.21
HSL 72º 0.73% 0.46% -
HSV(B) 72º 0.84% 0.79% -
XYZ 37.53 50.67 9.17 -
YUV 172.45 48.74 124.82 -
System Red Green Blue C M Y K H S L
Decimal 168 202 32 0.17 0 0.84 0.21 72 0.73 0.46
Hex A8 CA 20 11 0 54 15 48 49 2E
Octal 250 312 40 21 0 124 25 110 111 56
Binary 10101000 11001010 100000 10001 0 1010100 10101 1001000 1001001 101110

Color Harmonies of #A8CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA20

Black with #A8CA20

Text Example


Text Example

White with #A8CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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