Html Css Color HEX #A2DD7F Feijoa

📋 copy color: '#A2DD7F'

red 162 ◦ green 221 ◦ blue 127

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

Shades of Feijoa #A2DD7F

Tints of Feijoa #A2DD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 31.76%
G = 43.33%
B = 24.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A2DD7F (or 0xA2DD7F) is known color: Feijoa. HEX triplet: A2, DD and 7F. RGB value is (162,221,127). Sum of RGB (Red+Green+Blue) = 162+221+127=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD7F is #5D2280. Grayscale: #C0C0C0. Windows color (decimal): -6103681 or 8379810. OLE color: 8379810.

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

Color convert

RGB 162 221 127 -
CMYK 0.27 0 0.43 0.13
HSL 97.66º 0.58% 0.68% -
HSV(B) 97.66º 0.43% 0.87% -
XYZ 44.59 60.93 29.49 -
YUV 192.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 162 221 127 0.27 0 0.43 0.13 97.66 0.58 0.68
Hex A2 DD 7F 1B 0 2B D 62 3A 44
Octal 242 335 177 33 0 53 15 142 72 104
Binary 10100010 11011101 1111111 11011 0 101011 1101 1100010 111010 1000100

Color Harmonies of #A2DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD7F

Black with #A2DD7F

Text Example


Text Example

White with #A2DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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