Html Css Color HEX #A0F87A Feijoa

📋 copy color: '#A0F87A'

red 160 ◦ green 248 ◦ blue 122

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

Shades of Feijoa #A0F87A

Tints of Feijoa #A0F87A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

 BLUE value IS 122 (48.05% from 255) = 23.02%

R = 30.19%
G = 46.79%
B = 23.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#A0F87A (or 0xA0F87A) is known color: Feijoa. HEX triplet: A0, F8 and 7A. RGB value is (160,248,122). Sum of RGB (Red+Green+Blue) = 160+248+122=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F87A is #5F0785. Grayscale: #CFCFCF. Windows color (decimal): -6227846 or 8059040. OLE color: 8059040.

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

Color convert

RGB 160 248 122 -
CMYK 0.35 0 0.51 0.03
HSL 101.9º 0.9% 0.73% -
HSV(B) 101.9º 0.51% 0.97% -
XYZ 51.58 76.01 30.37 -
YUV 207.32 79.85 94.25 -
System Red Green Blue C M Y K H S L
Decimal 160 248 122 0.35 0 0.51 0.03 101.9 0.9 0.73
Hex A0 F8 7A 23 0 33 3 66 5A 49
Octal 240 370 172 43 0 63 3 146 132 111
Binary 10100000 11111000 1111010 100011 0 110011 11 1100110 1011010 1001001

Color Harmonies of #A0F87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F87A

Black with #A0F87A

Text Example


Text Example

White with #A0F87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F87A; }

 p { color: rgb(160,248,122); }

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

background-color css

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

 a { background-color: rgb(160,248,122); }

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

border-color css

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

 span { border-color: rgb(160,248,122); }

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