Html Css Color HEX #A2D981 Feijoa

📋 copy color: '#A2D981'

red 162 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #A2D981

Tints of Feijoa #A2D981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 31.89%
G = 42.72%
B = 25.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#A2D981 (or 0xA2D981) is known color: Feijoa. HEX triplet: A2, D9 and 81. RGB value is (162,217,129). Sum of RGB (Red+Green+Blue) = 162+217+129=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D981 is #5D267E. Grayscale: #BEBEBE. Windows color (decimal): -6104703 or 8509858. OLE color: 8509858.

HSL color Cylindrical-coordinate representation of color #A2D981: hue angle of 97.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D981 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 129 -
CMYK 0.25 0 0.41 0.15
HSL 97.5º 0.54% 0.68% -
HSV(B) 97.5º 0.41% 0.85% -
XYZ 43.68 58.89 29.83 -
YUV 190.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 162 217 129 0.25 0 0.41 0.15 97.5 0.54 0.68
Hex A2 D9 81 19 0 29 F 62 36 44
Octal 242 331 201 31 0 51 17 142 66 104
Binary 10100010 11011001 10000001 11001 0 101001 1111 1100010 110110 1000100

Color Harmonies of #A2D981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D981

Black with #A2D981

Text Example


Text Example

White with #A2D981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D981; }

 p { color: rgb(162,217,129); }

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

background-color css

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

 a { background-color: rgb(162,217,129); }

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

border-color css

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

 span { border-color: rgb(162,217,129); }

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