Html Css Color HEX #A4D11C Bahia

📋 copy color: '#A4D11C'

red 164 ◦ green 209 ◦ blue 28

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

Shades of Bahia #A4D11C

Tints of Bahia #A4D11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 40.9%
G = 52.12%
B = 6.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A4D11C (or 0xA4D11C) is known color: Bahia. HEX triplet: A4, D1 and 1C. RGB value is (164,209,28). Sum of RGB (Red+Green+Blue) = 164+209+28=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D11C is #5B2EE3. Grayscale: #AFAFAF. Windows color (decimal): -5975780 or 1888676. OLE color: 1888676.

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

Color convert

RGB 164 209 28 -
CMYK 0.22 0 0.87 0.18
HSL 74.92º 0.76% 0.46% -
HSV(B) 74.92º 0.87% 0.82% -
XYZ 38.32 53.58 9.42 -
YUV 174.91 45.09 120.22 -
System Red Green Blue C M Y K H S L
Decimal 164 209 28 0.22 0 0.87 0.18 74.92 0.76 0.46
Hex A4 D1 1C 16 0 57 12 4B 4C 2E
Octal 244 321 34 26 0 127 22 113 114 56
Binary 10100100 11010001 11100 10110 0 1010111 10010 1001011 1001100 101110

Color Harmonies of #A4D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D11C

Black with #A4D11C

Text Example


Text Example

White with #A4D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D11C; }

 p { color: rgb(164,209,28); }

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

background-color css

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

 a { background-color: rgb(164,209,28); }

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

border-color css

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

 span { border-color: rgb(164,209,28); }

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