Html Css Color HEX #A0F679 Feijoa

📋 copy color: '#A0F679'

red 160 ◦ green 246 ◦ blue 121

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

Shades of Feijoa #A0F679

Tints of Feijoa #A0F679

RGB

 RED value IS 160 (62.89% from 255) = 30.36%

 GREEN value IS 246 (96.48% from 255) = 46.68%

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

R = 30.36%
G = 46.68%
B = 22.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#A0F679 (or 0xA0F679) is known color: Feijoa. HEX triplet: A0, F6 and 79. RGB value is (160,246,121). Sum of RGB (Red+Green+Blue) = 160+246+121=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F679 is #5F0986. Grayscale: #CECECE. Windows color (decimal): -6228359 or 7992992. OLE color: 7992992.

HSL color Cylindrical-coordinate representation of color #A0F679: hue angle of 101.28º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0F679 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 121 -
CMYK 0.35 0 0.51 0.04
HSL 101.28º 0.87% 0.72% -
HSV(B) 101.28º 0.51% 0.96% -
XYZ 50.9 74.77 29.84 -
YUV 206.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 160 246 121 0.35 0 0.51 0.04 101.28 0.87 0.72
Hex A0 F6 79 23 0 33 4 65 57 48
Octal 240 366 171 43 0 63 4 145 127 110
Binary 10100000 11110110 1111001 100011 0 110011 100 1100101 1010111 1001000

Color Harmonies of #A0F679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F679

Black with #A0F679

Text Example


Text Example

White with #A0F679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F679; }

 p { color: rgb(160,246,121); }

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

background-color css

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

 a { background-color: rgb(160,246,121); }

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

border-color css

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

 span { border-color: rgb(160,246,121); }

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