Html Css Color HEX #A2DD81 Feijoa

📋 copy color: '#A2DD81'

red 162 ◦ green 221 ◦ blue 129

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

Shades of Feijoa #A2DD81

Tints of Feijoa #A2DD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 31.64%
G = 43.16%
B = 25.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A2DD81 (or 0xA2DD81) is known color: Feijoa. HEX triplet: A2, DD and 81. RGB value is (162,221,129). Sum of RGB (Red+Green+Blue) = 162+221+129=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD81 is #5D227E. Grayscale: #C1C1C1. Windows color (decimal): -6103679 or 8510882. OLE color: 8510882.

HSL color Cylindrical-coordinate representation of color #A2DD81: hue angle of 98.48º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DD81 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 129 -
CMYK 0.27 0 0.42 0.13
HSL 98.48º 0.58% 0.69% -
HSV(B) 98.48º 0.42% 0.87% -
XYZ 44.72 60.98 30.18 -
YUV 192.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 162 221 129 0.27 0 0.42 0.13 98.48 0.58 0.69
Hex A2 DD 81 1B 0 2A D 62 3A 45
Octal 242 335 201 33 0 52 15 142 72 105
Binary 10100010 11011101 10000001 11011 0 101010 1101 1100010 111010 1000101

Color Harmonies of #A2DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD81

Black with #A2DD81

Text Example


Text Example

White with #A2DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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