Html Css Color HEX #A2DD6D Feijoa

📋 copy color: '#A2DD6D'

red 162 ◦ green 221 ◦ blue 109

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

Shades of Feijoa #A2DD6D

Tints of Feijoa #A2DD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 32.93%
G = 44.92%
B = 22.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#A2DD6D (or 0xA2DD6D) is known color: Feijoa. HEX triplet: A2, DD and 6D. RGB value is (162,221,109). Sum of RGB (Red+Green+Blue) = 162+221+109=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD6D is #5D2292. Grayscale: #BEBEBE. Windows color (decimal): -6103699 or 7200162. OLE color: 7200162.

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

Color convert

RGB 162 221 109 -
CMYK 0.27 0 0.51 0.13
HSL 91.61º 0.62% 0.65% -
HSV(B) 91.61º 0.51% 0.87% -
XYZ 43.52 60.5 23.85 -
YUV 190.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 162 221 109 0.27 0 0.51 0.13 91.61 0.62 0.65
Hex A2 DD 6D 1B 0 33 D 5C 3E 41
Octal 242 335 155 33 0 63 15 134 76 101
Binary 10100010 11011101 1101101 11011 0 110011 1101 1011100 111110 1000001

Color Harmonies of #A2DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD6D

Black with #A2DD6D

Text Example


Text Example

White with #A2DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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