Html Css Color HEX #A4D220 Bahia

📋 copy color: '#A4D220'

red 164 ◦ green 210 ◦ blue 32

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

Shades of Bahia #A4D220

Tints of Bahia #A4D220

RGB

 RED value IS 164 (64.45% from 255) = 40.39%

 GREEN value IS 210 (82.42% from 255) = 51.72%

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

R = 40.39%
G = 51.72%
B = 7.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#A4D220 (or 0xA4D220) is known color: Bahia. HEX triplet: A4, D2 and 20. RGB value is (164,210,32). Sum of RGB (Red+Green+Blue) = 164+210+32=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D220 is #5B2DDF. Grayscale: #B0B0B0. Windows color (decimal): -5975520 or 2151076. OLE color: 2151076.

HSL color Cylindrical-coordinate representation of color #A4D220: hue angle of 75.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4D220 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 32 -
CMYK 0.22 0 0.85 0.18
HSL 75.51º 0.74% 0.47% -
HSV(B) 75.51º 0.85% 0.82% -
XYZ 38.62 54.09 9.77 -
YUV 175.95 46.76 119.47 -
System Red Green Blue C M Y K H S L
Decimal 164 210 32 0.22 0 0.85 0.18 75.51 0.74 0.47
Hex A4 D2 20 16 0 55 12 4C 4A 2F
Octal 244 322 40 26 0 125 22 114 112 57
Binary 10100100 11010010 100000 10110 0 1010101 10010 1001100 1001010 101111

Color Harmonies of #A4D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D220

Black with #A4D220

Text Example


Text Example

White with #A4D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D220; }

 p { color: rgb(164,210,32); }

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

background-color css

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

 a { background-color: rgb(164,210,32); }

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

border-color css

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

 span { border-color: rgb(164,210,32); }

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