Html Css Color HEX #A2E973 Feijoa

📋 copy color: '#A2E973'

red 162 ◦ green 233 ◦ blue 115

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

Shades of Feijoa #A2E973

Tints of Feijoa #A2E973

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

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

R = 31.76%
G = 45.69%
B = 22.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A2E973 (or 0xA2E973) is known color: Feijoa. HEX triplet: A2, E9 and 73. RGB value is (162,233,115). Sum of RGB (Red+Green+Blue) = 162+233+115=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E973 is #5D168C. Grayscale: #C6C6C6. Windows color (decimal): -6100621 or 7596450. OLE color: 7596450.

HSL color Cylindrical-coordinate representation of color #A2E973: hue angle of 96.1º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E973 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 115 -
CMYK 0.30 0 0.51 0.09
HSL 96.1º 0.73% 0.68% -
HSV(B) 96.1º 0.51% 0.91% -
XYZ 47.13 67.2 26.71 -
YUV 198.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 162 233 115 0.30 0 0.51 0.09 96.1 0.73 0.68
Hex A2 E9 73 1E 0 33 9 60 49 44
Octal 242 351 163 36 0 63 11 140 111 104
Binary 10100010 11101001 1110011 11110 0 110011 1001 1100000 1001001 1000100

Color Harmonies of #A2E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E973

Black with #A2E973

Text Example


Text Example

White with #A2E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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