Html Css Color HEX #A2F073 Feijoa

📋 copy color: '#A2F073'

red 162 ◦ green 240 ◦ blue 115

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

Shades of Feijoa #A2F073

Tints of Feijoa #A2F073

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

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

R = 31.33%
G = 46.42%
B = 22.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#A2F073 (or 0xA2F073) is known color: Feijoa. HEX triplet: A2, F0 and 73. RGB value is (162,240,115). Sum of RGB (Red+Green+Blue) = 162+240+115=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F073 is #5D0F8C. Grayscale: #CACACA. Windows color (decimal): -6098829 or 7598242. OLE color: 7598242.

HSL color Cylindrical-coordinate representation of color #A2F073: hue angle of 97.44º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2F073 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 115 -
CMYK 0.32 0 0.52 0.06
HSL 97.44º 0.81% 0.7% -
HSV(B) 97.44º 0.52% 0.94% -
XYZ 49.15 71.24 27.38 -
YUV 202.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 162 240 115 0.32 0 0.52 0.06 97.44 0.81 0.7
Hex A2 F0 73 20 0 34 6 61 51 46
Octal 242 360 163 40 0 64 6 141 121 106
Binary 10100010 11110000 1110011 100000 0 110100 110 1100001 1010001 1000110

Color Harmonies of #A2F073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F073

Black with #A2F073

Text Example


Text Example

White with #A2F073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F073; }

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

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

background-color css

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

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

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

border-color css

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

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

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