Html Css Color HEX #A2D219 Bahia

📋 copy color: '#A2D219'

red 162 ◦ green 210 ◦ blue 25

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

Shades of Bahia #A2D219

Tints of Bahia #A2D219

RGB

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

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

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

R = 40.81%
G = 52.9%
B = 6.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A2D219 (or 0xA2D219) is known color: Bahia. HEX triplet: A2, D2 and 19. RGB value is (162,210,25). Sum of RGB (Red+Green+Blue) = 162+210+25=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D219 is #5D2DE6. Grayscale: #AFAFAF. Windows color (decimal): -6106599 or 1692322. OLE color: 1692322.

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

Color convert

RGB 162 210 25 -
CMYK 0.23 0 0.88 0.18
HSL 75.57º 0.79% 0.46% -
HSV(B) 75.57º 0.88% 0.82% -
XYZ 38.12 53.84 9.3 -
YUV 174.56 43.6 119.04 -
System Red Green Blue C M Y K H S L
Decimal 162 210 25 0.23 0 0.88 0.18 75.57 0.79 0.46
Hex A2 D2 19 17 0 58 12 4C 4F 2E
Octal 242 322 31 27 0 130 22 114 117 56
Binary 10100010 11010010 11001 10111 0 1011000 10010 1001100 1001111 101110

Color Harmonies of #A2D219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D219

Black with #A2D219

Text Example


Text Example

White with #A2D219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D219; }

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

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

background-color css

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

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

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

border-color css

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

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

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