Html Css Color HEX #A2DD72 Feijoa

📋 copy color: '#A2DD72'

red 162 ◦ green 221 ◦ blue 114

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

Shades of Feijoa #A2DD72

Tints of Feijoa #A2DD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 32.6%
G = 44.47%
B = 22.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A2DD72 (or 0xA2DD72) is known color: Feijoa. HEX triplet: A2, DD and 72. RGB value is (162,221,114). Sum of RGB (Red+Green+Blue) = 162+221+114=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD72 is #5D228D. Grayscale: #BFBFBF. Windows color (decimal): -6103694 or 7527842. OLE color: 7527842.

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

Color convert

RGB 162 221 114 -
CMYK 0.27 0 0.48 0.13
HSL 93.08º 0.61% 0.66% -
HSV(B) 93.08º 0.48% 0.87% -
XYZ 43.79 60.61 25.31 -
YUV 191.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 162 221 114 0.27 0 0.48 0.13 93.08 0.61 0.66
Hex A2 DD 72 1B 0 30 D 5D 3D 42
Octal 242 335 162 33 0 60 15 135 75 102
Binary 10100010 11011101 1110010 11011 0 110000 1101 1011101 111101 1000010

Color Harmonies of #A2DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD72

Black with #A2DD72

Text Example


Text Example

White with #A2DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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