Html Css Color HEX #A2D019 Bahia

📋 copy color: '#A2D019'

red 162 ◦ green 208 ◦ blue 25

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

Shades of Bahia #A2D019

Tints of Bahia #A2D019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 41.01%
G = 52.66%
B = 6.33%

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

#A2D019 (or 0xA2D019) is known color: Bahia. HEX triplet: A2, D0 and 19. RGB value is (162,208,25). Sum of RGB (Red+Green+Blue) = 162+208+25=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D019 is #5D2FE6. Grayscale: #AEAEAE. Windows color (decimal): -6107111 or 1691810. OLE color: 1691810.

HSL color Cylindrical-coordinate representation of color #A2D019: hue angle of 75.08º degrees, saturation: 0.79, 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 #A2D019 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 25 -
CMYK 0.22 0 0.88 0.18
HSL 75.08º 0.79% 0.46% -
HSV(B) 75.08º 0.88% 0.82% -
XYZ 37.63 52.86 9.14 -
YUV 173.38 44.26 119.88 -
System Red Green Blue C M Y K H S L
Decimal 162 208 25 0.22 0 0.88 0.18 75.08 0.79 0.46
Hex A2 D0 19 16 0 58 12 4B 4F 2E
Octal 242 320 31 26 0 130 22 113 117 56
Binary 10100010 11010000 11001 10110 0 1011000 10010 1001011 1001111 101110

Color Harmonies of #A2D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D019

Black with #A2D019

Text Example


Text Example

White with #A2D019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D019; }

 p { color: rgb(162,208,25); }

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

background-color css

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

 a { background-color: rgb(162,208,25); }

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

border-color css

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

 span { border-color: rgb(162,208,25); }

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