Html Css Color HEX #A0F76C Feijoa

📋 copy color: '#A0F76C'

red 160 ◦ green 247 ◦ blue 108

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

Shades of Feijoa #A0F76C

Tints of Feijoa #A0F76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.97%

R = 31.07%
G = 47.96%
B = 20.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#A0F76C (or 0xA0F76C) is known color: Feijoa. HEX triplet: A0, F7 and 6C. RGB value is (160,247,108). Sum of RGB (Red+Green+Blue) = 160+247+108=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F76C is #5F0893. Grayscale: #CDCDCD. Windows color (decimal): -6228116 or 7141280. OLE color: 7141280.

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

Color convert

RGB 160 247 108 -
CMYK 0.35 0 0.56 0.03
HSL 97.55º 0.9% 0.7% -
HSV(B) 97.55º 0.56% 0.97% -
XYZ 50.46 75.08 26.02 -
YUV 205.14 73.18 95.8 -
System Red Green Blue C M Y K H S L
Decimal 160 247 108 0.35 0 0.56 0.03 97.55 0.9 0.7
Hex A0 F7 6C 23 0 38 3 62 5A 46
Octal 240 367 154 43 0 70 3 142 132 106
Binary 10100000 11110111 1101100 100011 0 111000 11 1100010 1011010 1000110

Color Harmonies of #A0F76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F76C

Black with #A0F76C

Text Example


Text Example

White with #A0F76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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