Html Css Color HEX #A2D972 Feijoa

📋 copy color: '#A2D972'

red 162 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #A2D972

Tints of Feijoa #A2D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.02%

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 32.86%
G = 44.02%
B = 23.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A2D972 (or 0xA2D972) is known color: Feijoa. HEX triplet: A2, D9 and 72. RGB value is (162,217,114). Sum of RGB (Red+Green+Blue) = 162+217+114=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D972 is #5D268D. Grayscale: #BDBDBD. Windows color (decimal): -6104718 or 7526818. OLE color: 7526818.

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

Color convert

RGB 162 217 114 -
CMYK 0.25 0 0.47 0.15
HSL 92.04º 0.58% 0.65% -
HSV(B) 92.04º 0.47% 0.85% -
XYZ 42.75 58.52 24.96 -
YUV 188.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 162 217 114 0.25 0 0.47 0.15 92.04 0.58 0.65
Hex A2 D9 72 19 0 2F F 5C 3A 41
Octal 242 331 162 31 0 57 17 134 72 101
Binary 10100010 11011001 1110010 11001 0 101111 1111 1011100 111010 1000001

Color Harmonies of #A2D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D972

Black with #A2D972

Text Example


Text Example

White with #A2D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D972; }

 p { color: rgb(162,217,114); }

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

background-color css

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

 a { background-color: rgb(162,217,114); }

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

border-color css

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

 span { border-color: rgb(162,217,114); }

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