Html Css Color HEX #A2F97C Feijoa

📋 copy color: '#A2F97C'

red 162 ◦ green 249 ◦ blue 124

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

Shades of Feijoa #A2F97C

Tints of Feijoa #A2F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.54%

 BLUE value IS 124 (48.83% from 255) = 23.18%

R = 30.28%
G = 46.54%
B = 23.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A2F97C (or 0xA2F97C) is known color: Feijoa. HEX triplet: A2, F9 and 7C. RGB value is (162,249,124). Sum of RGB (Red+Green+Blue) = 162+249+124=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F97C is #5D0683. Grayscale: #D1D1D1. Windows color (decimal): -6096516 or 8190370. OLE color: 8190370.

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

Color convert

RGB 162 249 124 -
CMYK 0.35 0 0.50 0.02
HSL 101.76º 0.91% 0.73% -
HSV(B) 101.76º 0.5% 0.98% -
XYZ 52.41 76.89 31.15 -
YUV 208.74 80.18 94.66 -
System Red Green Blue C M Y K H S L
Decimal 162 249 124 0.35 0 0.50 0.02 101.76 0.91 0.73
Hex A2 F9 7C 23 0 32 2 66 5B 49
Octal 242 371 174 43 0 62 2 146 133 111
Binary 10100010 11111001 1111100 100011 0 110010 10 1100110 1011011 1001001

Color Harmonies of #A2F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F97C

Black with #A2F97C

Text Example


Text Example

White with #A2F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F97C; }

 p { color: rgb(162,249,124); }

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

background-color css

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

 a { background-color: rgb(162,249,124); }

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

border-color css

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

 span { border-color: rgb(162,249,124); }

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