Html Css Color HEX #A2D872 Feijoa

📋 copy color: '#A2D872'

red 162 ◦ green 216 ◦ blue 114

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

Shades of Feijoa #A2D872

Tints of Feijoa #A2D872

RGB

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

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

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

R = 32.93%
G = 43.9%
B = 23.17%

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

#A2D872 (or 0xA2D872) is known color: Feijoa. HEX triplet: A2, D8 and 72. RGB value is (162,216,114). Sum of RGB (Red+Green+Blue) = 162+216+114=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D872 is #5D278D. Grayscale: #BCBCBC. Windows color (decimal): -6104974 or 7526562. OLE color: 7526562.

HSL color Cylindrical-coordinate representation of color #A2D872: hue angle of 91.76º degrees, saturation: 0.57, 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 #A2D872 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 114 -
CMYK 0.25 0 0.47 0.15
HSL 91.76º 0.57% 0.65% -
HSV(B) 91.76º 0.47% 0.85% -
XYZ 42.49 58.01 24.88 -
YUV 188.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 162 216 114 0.25 0 0.47 0.15 91.76 0.57 0.65
Hex A2 D8 72 19 0 2F F 5C 39 41
Octal 242 330 162 31 0 57 17 134 71 101
Binary 10100010 11011000 1110010 11001 0 101111 1111 1011100 111001 1000001

Color Harmonies of #A2D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D872

Black with #A2D872

Text Example


Text Example

White with #A2D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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