Html Css Color HEX #A2DD7D Feijoa

📋 copy color: '#A2DD7D'

red 162 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #A2DD7D

Tints of Feijoa #A2DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 31.89%
G = 43.5%
B = 24.61%

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

#A2DD7D (or 0xA2DD7D) is known color: Feijoa. HEX triplet: A2, DD and 7D. RGB value is (162,221,125). Sum of RGB (Red+Green+Blue) = 162+221+125=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD7D is #5D2282. Grayscale: #C0C0C0. Windows color (decimal): -6103683 or 8248738. OLE color: 8248738.

HSL color Cylindrical-coordinate representation of color #A2DD7D: hue angle of 96.88º degrees, saturation: 0.59, 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 #A2DD7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 125 -
CMYK 0.27 0 0.43 0.13
HSL 96.88º 0.59% 0.68% -
HSV(B) 96.88º 0.43% 0.87% -
XYZ 44.46 60.87 28.81 -
YUV 192.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 162 221 125 0.27 0 0.43 0.13 96.88 0.59 0.68
Hex A2 DD 7D 1B 0 2B D 61 3B 44
Octal 242 335 175 33 0 53 15 141 73 104
Binary 10100010 11011101 1111101 11011 0 101011 1101 1100001 111011 1000100

Color Harmonies of #A2DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD7D

Black with #A2DD7D

Text Example


Text Example

White with #A2DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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