Html Css Color HEX #A2F479 Feijoa

📋 copy color: '#A2F479'

red 162 ◦ green 244 ◦ blue 121

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

Shades of Feijoa #A2F479

Tints of Feijoa #A2F479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.3%

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

R = 30.74%
G = 46.3%
B = 22.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#A2F479 (or 0xA2F479) is known color: Feijoa. HEX triplet: A2, F4 and 79. RGB value is (162,244,121). Sum of RGB (Red+Green+Blue) = 162+244+121=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F479 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F479 is #5D0B86. Grayscale: #CDCDCD. Windows color (decimal): -6097799 or 7992482. OLE color: 7992482.

HSL color Cylindrical-coordinate representation of color #A2F479: hue angle of 100º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F479 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 244 121 -
CMYK 0.34 0 0.50 0.04
HSL 100º 0.85% 0.72% -
HSV(B) 100º 0.5% 0.96% -
XYZ 50.7 73.76 29.65 -
YUV 205.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 162 244 121 0.34 0 0.50 0.04 100 0.85 0.72
Hex A2 F4 79 22 0 32 4 64 55 48
Octal 242 364 171 42 0 62 4 144 125 110
Binary 10100010 11110100 1111001 100010 0 110010 100 1100100 1010101 1001000

Color Harmonies of #A2F479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F479

Black with #A2F479

Text Example


Text Example

White with #A2F479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F479; }

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

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

background-color css

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

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

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

border-color css

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

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

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