Html Css Color HEX #A2F079 Feijoa

📋 copy color: '#A2F079'

red 162 ◦ green 240 ◦ blue 121

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

Shades of Feijoa #A2F079

Tints of Feijoa #A2F079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.14%

R = 30.98%
G = 45.89%
B = 23.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#A2F079 (or 0xA2F079) is known color: Feijoa. HEX triplet: A2, F0 and 79. RGB value is (162,240,121). Sum of RGB (Red+Green+Blue) = 162+240+121=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F079 is #5D0F86. Grayscale: #CBCBCB. Windows color (decimal): -6098823 or 7991458. OLE color: 7991458.

HSL color Cylindrical-coordinate representation of color #A2F079: hue angle of 99.33º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F079 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 121 -
CMYK 0.32 0 0.50 0.06
HSL 99.33º 0.8% 0.71% -
HSV(B) 99.33º 0.5% 0.94% -
XYZ 49.51 71.38 29.26 -
YUV 203.11 81.66 98.68 -
System Red Green Blue C M Y K H S L
Decimal 162 240 121 0.32 0 0.50 0.06 99.33 0.8 0.71
Hex A2 F0 79 20 0 32 6 63 50 47
Octal 242 360 171 40 0 62 6 143 120 107
Binary 10100010 11110000 1111001 100000 0 110010 110 1100011 1010000 1000111

Color Harmonies of #A2F079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F079

Black with #A2F079

Text Example


Text Example

White with #A2F079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F079; }

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

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

background-color css

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

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

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

border-color css

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

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

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