Html Css Color HEX #A2D87D Feijoa

📋 copy color: '#A2D87D'

red 162 ◦ green 216 ◦ blue 125

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

Shades of Feijoa #A2D87D

Tints of Feijoa #A2D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

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

R = 32.21%
G = 42.94%
B = 24.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#A2D87D (or 0xA2D87D) is known color: Feijoa. HEX triplet: A2, D8 and 7D. RGB value is (162,216,125). Sum of RGB (Red+Green+Blue) = 162+216+125=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D87D is #5D2782. Grayscale: #BDBDBD. Windows color (decimal): -6104963 or 8247458. OLE color: 8247458.

HSL color Cylindrical-coordinate representation of color #A2D87D: hue angle of 95.6º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D87D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 125 -
CMYK 0.25 0 0.42 0.15
HSL 95.6º 0.54% 0.67% -
HSV(B) 95.6º 0.42% 0.85% -
XYZ 43.16 58.27 28.38 -
YUV 189.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 162 216 125 0.25 0 0.42 0.15 95.6 0.54 0.67
Hex A2 D8 7D 19 0 2A F 60 36 43
Octal 242 330 175 31 0 52 17 140 66 103
Binary 10100010 11011000 1111101 11001 0 101010 1111 1100000 110110 1000011

Color Harmonies of #A2D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D87D

Black with #A2D87D

Text Example


Text Example

White with #A2D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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