Html Css Color HEX #A2D870 Feijoa

📋 copy color: '#A2D870'

red 162 ◦ green 216 ◦ blue 112

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

Shades of Feijoa #A2D870

Tints of Feijoa #A2D870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 33.06%
G = 44.08%
B = 22.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A2D870 (or 0xA2D870) is known color: Feijoa. HEX triplet: A2, D8 and 70. RGB value is (162,216,112). Sum of RGB (Red+Green+Blue) = 162+216+112=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D870 is #5D278F. Grayscale: #BCBCBC. Windows color (decimal): -6104976 or 7395490. OLE color: 7395490.

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

Color convert

RGB 162 216 112 -
CMYK 0.25 0 0.48 0.15
HSL 91.15º 0.57% 0.64% -
HSV(B) 91.15º 0.48% 0.85% -
XYZ 42.38 57.96 24.28 -
YUV 188 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 162 216 112 0.25 0 0.48 0.15 91.15 0.57 0.64
Hex A2 D8 70 19 0 30 F 5B 39 40
Octal 242 330 160 31 0 60 17 133 71 100
Binary 10100010 11011000 1110000 11001 0 110000 1111 1011011 111001 1000000

Color Harmonies of #A2D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D870

Black with #A2D870

Text Example


Text Example

White with #A2D870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D870; }

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

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

background-color css

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

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

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

border-color css

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

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

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