Html Css Color HEX #A4D21A Bahia

📋 copy color: '#A4D21A'

red 164 ◦ green 210 ◦ blue 26

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

Shades of Bahia #A4D21A

Tints of Bahia #A4D21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 41%
G = 52.5%
B = 6.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A4D21A (or 0xA4D21A) is known color: Bahia. HEX triplet: A4, D2 and 1A. RGB value is (164,210,26). Sum of RGB (Red+Green+Blue) = 164+210+26=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D21A is #5B2DE5. Grayscale: #AFAFAF. Windows color (decimal): -5975526 or 1757860. OLE color: 1757860.

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

Color convert

RGB 164 210 26 -
CMYK 0.22 0 0.88 0.18
HSL 75º 0.78% 0.46% -
HSV(B) 75º 0.88% 0.82% -
XYZ 38.54 54.06 9.38 -
YUV 175.27 43.76 119.96 -
System Red Green Blue C M Y K H S L
Decimal 164 210 26 0.22 0 0.88 0.18 75 0.78 0.46
Hex A4 D2 1A 16 0 58 12 4B 4E 2E
Octal 244 322 32 26 0 130 22 113 116 56
Binary 10100100 11010010 11010 10110 0 1011000 10010 1001011 1001110 101110

Color Harmonies of #A4D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D21A

Black with #A4D21A

Text Example


Text Example

White with #A4D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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