Html Css Color HEX #A4D013 Bahia

📋 copy color: '#A4D013'

red 164 ◦ green 208 ◦ blue 19

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

Shades of Bahia #A4D013

Tints of Bahia #A4D013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 41.94%
G = 53.2%
B = 4.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#A4D013 (or 0xA4D013) is known color: Bahia. HEX triplet: A4, D0 and 13. RGB value is (164,208,19). Sum of RGB (Red+Green+Blue) = 164+208+19=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D013 is #5B2FEC. Grayscale: #AEAEAE. Windows color (decimal): -5976045 or 1298596. OLE color: 1298596.

HSL color Cylindrical-coordinate representation of color #A4D013: hue angle of 73.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4D013 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 19 -
CMYK 0.21 0 0.91 0.18
HSL 73.97º 0.83% 0.45% -
HSV(B) 73.97º 0.91% 0.82% -
XYZ 37.98 53.05 8.85 -
YUV 173.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 164 208 19 0.21 0 0.91 0.18 73.97 0.83 0.45
Hex A4 D0 13 15 0 5B 12 4A 53 2D
Octal 244 320 23 25 0 133 22 112 123 55
Binary 10100100 11010000 10011 10101 0 1011011 10010 1001010 1010011 101101

Color Harmonies of #A4D013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D013

Black with #A4D013

Text Example


Text Example

White with #A4D013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D013; }

 p { color: rgb(164,208,19); }

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

background-color css

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

 a { background-color: rgb(164,208,19); }

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

border-color css

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

 span { border-color: rgb(164,208,19); }

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