Html Css Color HEX #A0F770 Feijoa

📋 copy color: '#A0F770'

red 160 ◦ green 247 ◦ blue 112

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

Shades of Feijoa #A0F770

Tints of Feijoa #A0F770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 30.83%
G = 47.59%
B = 21.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#A0F770 (or 0xA0F770) is known color: Feijoa. HEX triplet: A0, F7 and 70. RGB value is (160,247,112). Sum of RGB (Red+Green+Blue) = 160+247+112=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F770 is #5F088F. Grayscale: #CECECE. Windows color (decimal): -6228112 or 7403424. OLE color: 7403424.

HSL color Cylindrical-coordinate representation of color #A0F770: hue angle of 98.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0F770 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 112 -
CMYK 0.35 0 0.55 0.03
HSL 98.67º 0.89% 0.7% -
HSV(B) 98.67º 0.55% 0.97% -
XYZ 50.68 75.16 27.17 -
YUV 205.6 75.18 95.48 -
System Red Green Blue C M Y K H S L
Decimal 160 247 112 0.35 0 0.55 0.03 98.67 0.89 0.7
Hex A0 F7 70 23 0 37 3 63 59 46
Octal 240 367 160 43 0 67 3 143 131 106
Binary 10100000 11110111 1110000 100011 0 110111 11 1100011 1011001 1000110

Color Harmonies of #A0F770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F770

Black with #A0F770

Text Example


Text Example

White with #A0F770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F770; }

 p { color: rgb(160,247,112); }

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

background-color css

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

 a { background-color: rgb(160,247,112); }

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

border-color css

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

 span { border-color: rgb(160,247,112); }

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