Html Css Color HEX #A0F87C Feijoa

📋 copy color: '#A0F87C'

red 160 ◦ green 248 ◦ blue 124

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

Shades of Feijoa #A0F87C

Tints of Feijoa #A0F87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 30.08%
G = 46.62%
B = 23.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#A0F87C (or 0xA0F87C) is known color: Feijoa. HEX triplet: A0, F8 and 7C. RGB value is (160,248,124). Sum of RGB (Red+Green+Blue) = 160+248+124=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F87C is #5F0783. Grayscale: #CFCFCF. Windows color (decimal): -6227844 or 8190112. OLE color: 8190112.

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

Color convert

RGB 160 248 124 -
CMYK 0.35 0 0.5 0.03
HSL 102.58º 0.9% 0.73% -
HSV(B) 102.58º 0.5% 0.97% -
XYZ 51.7 76.06 31.03 -
YUV 207.55 80.85 94.08 -
System Red Green Blue C M Y K H S L
Decimal 160 248 124 0.35 0 0.5 0.03 102.58 0.9 0.73
Hex A0 F8 7C 23 0 32 3 67 5A 49
Octal 240 370 174 43 0 62 3 147 132 111
Binary 10100000 11111000 1111100 100011 0 110010 11 1100111 1011010 1001001

Color Harmonies of #A0F87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F87C

Black with #A0F87C

Text Example


Text Example

White with #A0F87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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