Html Css Color HEX #A2CC20 Bahia

📋 copy color: '#A2CC20'

red 162 ◦ green 204 ◦ blue 32

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

Shades of Bahia #A2CC20

Tints of Bahia #A2CC20

RGB

 RED value IS 162 (63.67% from 255) = 40.7%

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 40.7%
G = 51.26%
B = 8.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#A2CC20 (or 0xA2CC20) is known color: Bahia. HEX triplet: A2, CC and 20. RGB value is (162,204,32). Sum of RGB (Red+Green+Blue) = 162+204+32=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC20 is #5D33DF. Grayscale: #ACACAC. Windows color (decimal): -6108128 or 2149538. OLE color: 2149538.

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

Color convert

RGB 162 204 32 -
CMYK 0.21 0 0.84 0.2
HSL 74.65º 0.73% 0.46% -
HSV(B) 74.65º 0.84% 0.8% -
XYZ 36.75 50.97 9.27 -
YUV 171.83 49.09 120.99 -
System Red Green Blue C M Y K H S L
Decimal 162 204 32 0.21 0 0.84 0.2 74.65 0.73 0.46
Hex A2 CC 20 15 0 54 14 4B 49 2E
Octal 242 314 40 25 0 124 24 113 111 56
Binary 10100010 11001100 100000 10101 0 1010100 10100 1001011 1001001 101110

Color Harmonies of #A2CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC20

Black with #A2CC20

Text Example


Text Example

White with #A2CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC20; }

 p { color: rgb(162,204,32); }

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

background-color css

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

 a { background-color: rgb(162,204,32); }

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

border-color css

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

 span { border-color: rgb(162,204,32); }

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