Html Css Color HEX #A2FA7B Feijoa

📋 copy color: '#A2FA7B'

red 162 ◦ green 250 ◦ blue 123

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

Shades of Feijoa #A2FA7B

Tints of Feijoa #A2FA7B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 123 (48.44% from 255) = 22.99%

R = 30.28%
G = 46.73%
B = 22.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#A2FA7B (or 0xA2FA7B) is known color: Feijoa. HEX triplet: A2, FA and 7B. RGB value is (162,250,123). Sum of RGB (Red+Green+Blue) = 162+250+123=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA7B is #5D0584. Grayscale: #D1D1D1. Windows color (decimal): -6096261 or 8125090. OLE color: 8125090.

HSL color Cylindrical-coordinate representation of color #A2FA7B: hue angle of 101.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2FA7B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 123 -
CMYK 0.35 0 0.51 0.02
HSL 101.57º 0.93% 0.73% -
HSV(B) 101.57º 0.51% 0.98% -
XYZ 52.66 77.48 30.92 -
YUV 209.21 79.35 94.33 -
System Red Green Blue C M Y K H S L
Decimal 162 250 123 0.35 0 0.51 0.02 101.57 0.93 0.73
Hex A2 FA 7B 23 0 33 2 66 5D 49
Octal 242 372 173 43 0 63 2 146 135 111
Binary 10100010 11111010 1111011 100011 0 110011 10 1100110 1011101 1001001

Color Harmonies of #A2FA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA7B

Black with #A2FA7B

Text Example


Text Example

White with #A2FA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA7B; }

 p { color: rgb(162,250,123); }

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

background-color css

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

 a { background-color: rgb(162,250,123); }

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

border-color css

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

 span { border-color: rgb(162,250,123); }

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