Html Css Color HEX #A2F973 Feijoa

📋 copy color: '#A2F973'

red 162 ◦ green 249 ◦ blue 115

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

Shades of Feijoa #A2F973

Tints of Feijoa #A2F973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.86%

R = 30.8%
G = 47.34%
B = 21.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A2F973 (or 0xA2F973) is known color: Feijoa. HEX triplet: A2, F9 and 73. RGB value is (162,249,115). Sum of RGB (Red+Green+Blue) = 162+249+115=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F973 is #5D068C. Grayscale: #D0D0D0. Windows color (decimal): -6096525 or 7600546. OLE color: 7600546.

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

Color convert

RGB 162 249 115 -
CMYK 0.35 0 0.54 0.02
HSL 98.96º 0.92% 0.71% -
HSV(B) 98.96º 0.54% 0.98% -
XYZ 51.87 76.67 28.28 -
YUV 207.71 75.68 95.4 -
System Red Green Blue C M Y K H S L
Decimal 162 249 115 0.35 0 0.54 0.02 98.96 0.92 0.71
Hex A2 F9 73 23 0 36 2 63 5C 47
Octal 242 371 163 43 0 66 2 143 134 107
Binary 10100010 11111001 1110011 100011 0 110110 10 1100011 1011100 1000111

Color Harmonies of #A2F973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F973

Black with #A2F973

Text Example


Text Example

White with #A2F973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F973; }

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

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

background-color css

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

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

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

border-color css

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

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

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