Html Css Color HEX #A2D47F Feijoa

📋 copy color: '#A2D47F'

red 162 ◦ green 212 ◦ blue 127

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

Shades of Feijoa #A2D47F

Tints of Feijoa #A2D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

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

R = 32.34%
G = 42.32%
B = 25.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#A2D47F (or 0xA2D47F) is known color: Feijoa. HEX triplet: A2, D4 and 7F. RGB value is (162,212,127). Sum of RGB (Red+Green+Blue) = 162+212+127=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D47F is #5D2B80. Grayscale: #BBBBBB. Windows color (decimal): -6105985 or 8377506. OLE color: 8377506.

HSL color Cylindrical-coordinate representation of color #A2D47F: hue angle of 95.29º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D47F is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 127 -
CMYK 0.24 0 0.40 0.17
HSL 95.29º 0.5% 0.66% -
HSV(B) 95.29º 0.4% 0.83% -
XYZ 42.27 56.3 28.72 -
YUV 187.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 162 212 127 0.24 0 0.40 0.17 95.29 0.5 0.66
Hex A2 D4 7F 18 0 28 11 5F 32 42
Octal 242 324 177 30 0 50 21 137 62 102
Binary 10100010 11010100 1111111 11000 0 101000 10001 1011111 110010 1000010

Color Harmonies of #A2D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D47F

Black with #A2D47F

Text Example


Text Example

White with #A2D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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