Html Css Color HEX #A2D46B Feijoa

📋 copy color: '#A2D46B'

red 162 ◦ green 212 ◦ blue 107

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

Shades of Feijoa #A2D46B

Tints of Feijoa #A2D46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 33.68%
G = 44.07%
B = 22.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#A2D46B (or 0xA2D46B) is known color: Feijoa. HEX triplet: A2, D4 and 6B. RGB value is (162,212,107). Sum of RGB (Red+Green+Blue) = 162+212+107=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D46B is #5D2B94. Grayscale: #B9B9B9. Windows color (decimal): -6106005 or 7066786. OLE color: 7066786.

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

Color convert

RGB 162 212 107 -
CMYK 0.24 0 0.50 0.17
HSL 88.57º 0.55% 0.63% -
HSV(B) 88.57º 0.5% 0.83% -
XYZ 41.1 55.83 22.52 -
YUV 185.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 162 212 107 0.24 0 0.50 0.17 88.57 0.55 0.63
Hex A2 D4 6B 18 0 32 11 59 37 3F
Octal 242 324 153 30 0 62 21 131 67 77
Binary 10100010 11010100 1101011 11000 0 110010 10001 1011001 110111 111111

Color Harmonies of #A2D46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D46B

Black with #A2D46B

Text Example


Text Example

White with #A2D46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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