Html Css Color HEX #A0D21A Bahia

📋 copy color: '#A0D21A'

red 160 ◦ green 210 ◦ blue 26

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

Shades of Bahia #A0D21A

Tints of Bahia #A0D21A

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

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

R = 40.4%
G = 53.03%
B = 6.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A0D21A (or 0xA0D21A) is known color: Bahia. HEX triplet: A0, D2 and 1A. RGB value is (160,210,26). Sum of RGB (Red+Green+Blue) = 160+210+26=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D21A is #5F2DE5. Grayscale: #AEAEAE. Windows color (decimal): -6237670 or 1757856. OLE color: 1757856.

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

Color convert

RGB 160 210 26 -
CMYK 0.24 0 0.88 0.18
HSL 76.3º 0.78% 0.46% -
HSV(B) 76.3º 0.88% 0.82% -
XYZ 37.73 53.64 9.34 -
YUV 174.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 160 210 26 0.24 0 0.88 0.18 76.3 0.78 0.46
Hex A0 D2 1A 18 0 58 12 4C 4E 2E
Octal 240 322 32 30 0 130 22 114 116 56
Binary 10100000 11010010 11010 11000 0 1011000 10010 1001100 1001110 101110

Color Harmonies of #A0D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D21A

Black with #A0D21A

Text Example


Text Example

White with #A0D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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