Html Css Color HEX #A2D17C Feijoa

📋 copy color: '#A2D17C'

red 162 ◦ green 209 ◦ blue 124

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

Shades of Feijoa #A2D17C

Tints of Feijoa #A2D17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 32.73%
G = 42.22%
B = 25.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A2D17C (or 0xA2D17C) is known color: Feijoa. HEX triplet: A2, D1 and 7C. RGB value is (162,209,124). Sum of RGB (Red+Green+Blue) = 162+209+124=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D17C is #5D2E83. Grayscale: #B9B9B9. Windows color (decimal): -6106756 or 8180130. OLE color: 8180130.

HSL color Cylindrical-coordinate representation of color #A2D17C: hue angle of 93.18º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D17C is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 124 -
CMYK 0.22 0 0.41 0.18
HSL 93.18º 0.48% 0.65% -
HSV(B) 93.18º 0.41% 0.82% -
XYZ 41.34 54.74 27.46 -
YUV 185.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 162 209 124 0.22 0 0.41 0.18 93.18 0.48 0.65
Hex A2 D1 7C 16 0 29 12 5D 30 41
Octal 242 321 174 26 0 51 22 135 60 101
Binary 10100010 11010001 1111100 10110 0 101001 10010 1011101 110000 1000001

Color Harmonies of #A2D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D17C

Black with #A2D17C

Text Example


Text Example

White with #A2D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D17C; }

 p { color: rgb(162,209,124); }

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

background-color css

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

 a { background-color: rgb(162,209,124); }

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

border-color css

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

 span { border-color: rgb(162,209,124); }

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